python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Joining and combining two tables that have the same ID for different rows
In SQLite I have two tables, tab_a and tab_b. Both have some similar columns and some that differ:
tab_a -> id | utc | name | data_1 | data_2 | data_3
tab_b -> id | utc | name | data_x | data_y ...

Matthias
Votes: 0
Answers: 1
can't take string data from dialogfragment to sql database due to unresolved string
I want to have a dialogfragment take the contact name and number from the user and save it in an sqLite database that I can use to show as a cardview in the main activity.
I tried following this tutor...

udbhav shrivastava
Votes: 0
Answers: 1
Setting up sqlcipher in an electron app using electron-forge and webpack
I am trying to open a sqlite3 database encrypted with sqlcipher. I have the password and I could open it successfully using sqlitebrowser.
I started my project using this template. It is based on the ...
clementlize
Votes: 0
Answers: 1
SQLite Text Charset
I've been trying to make queries into an SQLite database using Java and can't seem to convert the string to the correct charset (if its not already in the correct one)
My query string is:
'%00.interes...

Ry-
Votes: 0
Answers: 0