Questions tagged as 'sqlite'

0
answers

SQLite database creation on smartphone

I have doubts regarding the creation of the bank in SQlite on the smartphone via USB. When I run my program in the emulator, the bank works perfectly and smoothly. But I realize that when I do the same, emulating the app on my smartphone, the pr...
asked by 13.01.2016 / 14:27
0
answers

How do I know when the SQLite query is finished?

In my app I have a synchronization method, this method downloads multiple entries from my webservice and inserts them into the local SQLite database through a for loop. I need to know when the SQLite insert is finished so I can display a window...
asked by 13.01.2016 / 18:46
0
answers

Backup and Restore Android Backup

I created an application with the SQLite database. I would put the function in the application to back up and restore backup. Implemented the code for this site link but I could not read the file, I do not know if it's a permission issue. H...
asked by 29.12.2015 / 20:19
0
answers

How to get a context within a class?

I am in a parser of a Web Service. With it, I took the data and set it on each of them (it works fine). However, at the time of inserting the same in the database it presents the following error (null):    Attempt to invoke virtual method 'an...
asked by 04.01.2016 / 15:06
1
answer

Error: Undefined reference to 'sqlite3_open'

I am creating a software in C that uses SQLite 3 as a database, but when compiling the project Codeblocks returns me the following error message:    createdata.c || undefined reference to 'sqlite3_open' |       undefined reference to 'sqlite...
asked by 26.10.2015 / 23:18
1
answer

How to use SQLITE RunInTransactionAsync

I need to insert a large number of lines (exactly 221) when I start my WP application. Actually I'm using arrays and loop% re% loop, so I'm losing performance when I start the app. I searched a little about for , did not find much, but...
asked by 04.11.2015 / 01:13
1
answer

Measure access performance to Android SQLite database

Good afternoon, How can I measure performance of access to SQLite database of Android? More specifically insertion and selection in the bank.     
asked by 03.11.2015 / 20:37
0
answers

Read sqlite table and insert content into listview

I'm trying to insert the contents of a Table into sqlite within a listview . The table in Sqlite is already filled, the listview was being filled with result of webservice , which also works ok, however I am saving the values...
asked by 21.12.2015 / 18:13
0
answers

App in Android Studio with SQLite Java database

I'm developing an app that takes photos and saves them along with text written by the user in the SQL database. For now I can get it to take the picture and open the text box for the user to type, but I can not make it save that text along with...
asked by 28.10.2015 / 00:14
0
answers

Qqlite + HTML5 put the results into variables

And I'm doing a query on a Sqlite database and wanted the result to be stored in a javascript variable so I can work with those results in the rest of the code. I'm doing this: db.transaction(function(tx) { var ide = 1; tx.executeSql('SELE...
asked by 10.11.2015 / 13:08