Questions tagged as 'sqlite'

0
answers

Use of several good quality images in sqlite

I need to heal a doubt on how best to use several good resolution images in the database. Best resolution would be to perform any and all sqlite operation on several images of several good quality resolutions. I saw something about using blob an...
asked by 18.06.2014 / 12:06
1
answer

sqlcipher compile plugin on windows

How do I compile the plugin in windows? I'm doing this: Git Clone sqlcipher - C:\sqlcipher installed MINGW32 - C:\MINGW32 installed msys - C:\MINGW32\msys.0 installed tcltk-8.4.1-1 -...
asked by 03.04.2014 / 18:19
1
answer

Background image dynamically

I have a list of products by clicking on some of them, redirects to another page showing just the content of that item. I get the Image, but I would like it to be as a background, ie: it will show the same image in full size, and with text and e...
asked by 28.08.2018 / 19:52
0
answers

SQLite being accessed by GCM

I need my GCM, when I receive a message, save the information in the database, but it is giving error, it must be because the application is not open. Does anyone know what I should do? I have the following method within my GCM CommonUtilities:...
asked by 19.08.2014 / 21:31
2
answers

How to do INNER JOIN between tables in SQLite android? [duplicate]

I would like to know how to make a more elaborate query using INNER JOIN to join two tables in SQLite for android. I know how to do queries using INNER JOIN in MySQL. What I want to know is how to do them in an android application, if it is th...
asked by 20.04.2017 / 20:16
2
answers

method update (sqlite) does not update database data

I have a listView that displays the items of the database with an update button, this button calls the screen with the values set in the editText, I edit, I click save, it returns me the updated update message, but does not update the data, they...
asked by 25.01.2016 / 18:44
3
answers

SQLite DBMS [closed]

Can someone recommend me a good SQLite DBMS, as I'm using sqlitebrowser to manage the databases of my Android applications, but I can not do nearly anything on it.     
asked by 09.04.2014 / 03:13
2
answers

Connection to db SQLITE and SELECT * FROM recycle_data WHERE $ variable

I'm making a program that allows the user to enter the ID of the person in question, and then displays all the data in a table. So far, I have these two codes: <!doctype html> <html lang="en"> <head> <m...
asked by 25.07.2018 / 23:00
1
answer

SQLite with java, error

I have made a Database of Bank Accounts of a Bank, each of these accounts has its id to identify, and has its tipo , to know what type of account the user is accessing at that moment , type, it can have a current account and salary,...
asked by 13.06.2018 / 21:43
2
answers

Credit card on the android app

Is it better for the person to save the number, expiration date and cvv of the card, in the app itself (sqlite) or in the web database?     
asked by 26.09.2016 / 01:55