Questions tagged as 'sqlite'

1
answer

Only install the app without overwriting the sqlite bank that is already being used

I'm developing an application using Delphi Tokyo for Android. But when compiling, it always takes the sqlite database and writes the which is already full of data. As this app goes to the client, I would like to know how to update the pr...
asked by 25.08.2017 / 22:31
1
answer

Encrypt SQLite3

Is there a free way to encrypt SQLite3 database? I've seen some very expensive proprietary software.     
asked by 12.02.2016 / 14:21
2
answers

How to check if there is any sqlite database in the application?

I have the following dilemma: I am putting together an app where I perform a synchronization between a MySqle database and SQLite using a Webservice. My database is already available in MySql, and in my app during my splash screen I need t...
asked by 09.01.2016 / 21:57
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
2
answers

How to pass data from an SQLite table to several EditText fields

How do I get the data from a table and display it in a EditText ? I'm developing on Android. Here I make List of the data that I need: public List<ConfiguracoesSistema> listarConfiguracoes() { // List que recebe os da...
asked by 10.04.2014 / 20:02
2
answers

Pass information from a selected item in the list to EditText

Hello, I'm having problems when I select a client in a ListView , I have to pass its name to an EditText of the other Activity and pass the address too. But when I select the Client it is grouping the Name with the Address in the same line....
asked by 17.04.2014 / 20:32
2
answers

Add QtableView data to the database

Hello. How do I add all data from within tableView to the database? I am adding data in tableView with QStandardItem //TableView count = ui->tableView->verticalHeader()->count(); verticalHeader.append(QString...
asked by 12.04.2014 / 01:06
1
answer

Keep alive object in memory for another class

Hello! I have a very simple question, as I have already found a solution for her, but it still seems problematic to me. I'll explain: I created a web service connection to receive some data, and in the end I am storing this data in a dictiona...
asked by 15.07.2014 / 18:00
1
answer

How to return a string from the method that SQLite queries?

How to make a method that returns a string with a single result? I'm trying something like this: public String getString(String var) { String selectQuery = "SELECT * FROM "+TABLE_STATUS+" WHERE "+KEY_STATUS_KEY+"='"+var+"'...
asked by 10.07.2014 / 17:26
1
answer

Exception when searching the SQLite database

12-10 09:25:36.029: D/dalvikvm(21543): VFY: replacing opcode 0x6e at 0x0002 12-10 09:25:36.279: I/Adreno-EGL(21543): <qeglDrvAPI_eglInitialize:410>: EGL 1.4 QUALCOMM build: () 12-10 09:25:36.279: I/Adreno-EGL(21543): OpenGL ES Shader Compi...
asked by 10.12.2014 / 18:32