Questions tagged as 'sqlite'

1
answer

Error editing record in DB

Hello, I'm having problems with editar a record: Follow View _form.html.erb <%= form_with(model: cliente, local: true) do |form| %> <% if cliente.errors.any? %> <div id="error_explanation"> <h2&g...
asked by 28.03.2018 / 21:59
0
answers

Show sum of graph objects - Django / Python / Sqlite

How to display a graph with the sum of objects with Django / Python / SQlite? In this case we have'internal_boxes '(y-axis) for' teams '(x-axis) that are rendering'internal_boxes' for each 'team' insert in the PCdastro model. Example genera...
asked by 05.04.2018 / 00:49
0
answers

How can I separate text from a bibliography from sqlite to other columns of the same row in sqlite?

I'm doing a college job where the teacher asked me to get the data from his site " link ", where it contains all the bibliography of his publications, the information about all his publications and organize in a database of automatic way. I was...
asked by 27.03.2018 / 03:25
1
answer

Multiple inserts with JS (works in browser but in app generated by phonegap build not)

Updating the solution by @Sveen, changing var by const , however it worked only in the browser, in the app it continues to replicate only one value: for (var i in dados.valor) { const query = "INSERT INTO teste ..."; localDB.t...
asked by 28.03.2018 / 19:03
0
answers

C # Xamarin: SQLite table from Mappings classes (EntityTypeConfigurationClass)

I'm trying to create some tables in sqlite with VS Community 2017 (c # and xamarin android) from classes that are defined by EntityTypeConfiguration . Below I try to better detail my difficulty. Thanks in advance for any help. ** Commom pro...
asked by 17.03.2018 / 10:57
0
answers

How to use SQLite in an app made by Libgdx?

I'm making a game using Libgdx, and it's practically ready, I just need to get a way to save the game score, I decided to create a SQLite database with some basic table (id, name, score) fields. My problem is that I do not know how to link the c...
asked by 22.03.2018 / 18:35
0
answers

Open external database (SQLite) Ionic 3

I have a SQLite database with multiple tables and one of them is updated with many items from the click of a button, due to long waits that revolves around 30 minutes, one solution is to download the meubanco file. db, I can download the file th...
asked by 02.03.2018 / 13:32
0
answers

configure sqlite on ionic

Hello, I'm a beginner in ionic and I'm trying to use sqlite, but without success, the tutorials I read explained that I would have to configure the app.module.ts file, but I can not find such a file. One could go one step at a time, Thank you...
asked by 05.02.2018 / 22:03
1
answer

SQLite Visual Studio 2008

I'm trying to work with SQLite in Visual Studio 2008 to make a system for Windows Embedded Compact 7. The problem is that it always gives the following error: A first chance exception of type 'System.MissingMethodException' occurred in System...
asked by 22.01.2018 / 20:10
0
answers

sqlite exception in windows 8

I'm getting this exception when trying to open a window inside a program I made, the program was done in visual studio 2017, with sqlite 3, it opens normal only from this problem when trying to open a window that contains sqlite commands. I'm...
asked by 14.01.2018 / 23:13