Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

android sqlite3

0
votes
0 answers
22 views

SQLite query only returning 1 result per argument in WHERE clause

I'm trying to query my SQLite DB for all rows that have a particular "city" column. The following code iterates through a List of cities and creates…
asked June 17, 2011 3:32 pm CDT
Nick
3
votes
4 answers
39 views

SQL delete from one table + a jointable???

I have three tables: log , activity and the jointable (many2many) log_activity (with log_id and activity_id + additional info data as columns). I…
asked June 15, 2011 5:53 pm CDT
Stuck
0
votes
1 answer
30 views

Bad SQLite performance on external storage in Android

I'm using the external storage for storing events in a database while they are waiting to be sent to the server. I'm seeing really bad performance…
asked June 14, 2011 7:44 pm CDT
Nicklas A.
0
votes
2 answers
41 views

SQLite3 FTS4, MATCH and Android

Is SQLite3 FTS4-enabled in the Android build?
asked June 13, 2011 11:22 pm CDT
SK9
1
vote
2 answers
31 views

SQlite script vars

I need to mass populate my sqlite db - ideally using a script rather than code. I would like to do this (MySql Syntax) but for sqlite but not sure…
asked June 12, 2011 1:55 pm CDT
Jon
0
votes
1 answers
23 views

Comparison of one row to another in SQLite

I have an Android app. Inside my Android app I have an SQLite database. Inside my SQLite database I have a table that looks like this: _id a b c d 1…
asked June 8, 2011 8:08 pm CDT
Dan B.
0
votes
0 answers
27 views

Android SQL lite query resulting NULL

Hello friends I have a query which returns null even when the tables present in sql lite master Im sure about it as when i query the table name by:…
asked May 31, 2011 1:02 pm CDT
Mohammad Oxman Shaeed
0
votes
2 answers
34 views

SQL Query error - what do I do wrong?

Here is SQL UPDATE I'm trying to execute: UPDATE T SET T.CurrentStopNumber = TS.CurrentStopNumber FROM Trip T INNER JOIN ( SELECT TripId,…
asked May 11, 2011 7:09 pm CDT
katit
0
votes
1 answer
41 views

Android:MySQL to SQLite conversion

I know this question has been posted several times here but still its not very clear. Is there a free tool to convert mysql database to sqlite3…
asked April 14, 2011 6:48 am CDT
Sapan
0
votes
0 answers
32 views

How to get sqlite3 into Samsung Galaxy Tab

Hello everyone. I successfully rooted my Galaxy Tab and now I'd like to debug a SQLite database of my application using sqlite3 command on the…
asked April 10, 2011 5:15 am CDT
Blackhex
0
votes
0 answers
72 views

Android SQLite Error "requesting column name with table name"

After running an sql query of the form: SELECT table_name.column_name FROM table_name,table_name2,etc... WHERE condition1,condition2,etc..., I get…
asked April 9, 2011 12:17 am CDT
tjb
0
votes
1 answers
38 views

Renaming and SQL database in android

When referring to database tables I usually use syntax like this: my_database_name.my_table_name I am trying to do the same in Android but am having…
asked April 5, 2011 6:20 am CDT
tjb
0
votes
2 answers
70 views

Android SQLiteConstraintException: error code 19: constraint failed

I've seen other questions about this exception, but all of them seem to be resolved with the solution that a row with the primary key specified…
asked March 19, 2011 3:04 pm CDT
Tom D
1
vote
3 answers
86 views

Android pre-fill sqlite database

Hello, I have a sqlite database in my application. My application shouldn't ship this as an empty database but certain records need to be created…
asked March 10, 2011 8:48 am CST
AndyAndroid
0
votes
1 answer
72 views

How can I reset the SQLite query for my Listview after it has been created?

I have a ListView which is populated by a SQLite query in OnCreate using the following code which then sets up an OnItemClickListener. ListView…
asked February 25, 2011 9:59 am CST
user616076
1
vote
2 answers
46 views

Best way to load my Sqlite Tables after creating tables on startup

I have two static tables with about 500 records each which provide lookup material for some ListViews in my app. When the app first starts and the…
asked February 18, 2011 9:52 am CST
user616076
0
votes
1 answer
76 views

Can't load my SQLite data into my ListView

I'm trying to load the contents of my SQLite table into a ListView using the following code. myDbHelper = new DatabaseHelper(this); Cursor cursor =…
asked February 14, 2011 10:33 am CST
user616076
0
votes
0 answers
115 views

Spinner show data from database

I wanna use spinner (which show data from database) can return String to me from this case it work spinner_InputLanguage =…
asked February 12, 2011 12:49 pm CST
praew_z
0
votes
4 answers
79 views

Error when upgrading SQLite database.

Hi! I am trying to implement database upgrading for my android app. I tried to use following code: // Create a table that is equivalent to the…
asked February 12, 2011 8:47 am CST
Roman Prykhodchenko
0
votes
1 answers
43 views

Can I query from 2 tables like this?

public Cursor getSen_List(long id_thsen ) { String strTmp = "select " +SENS_TABLE+"."+KEY_SEN_ID+"," +SENS_TABLE+"."+KEY_SEN_ID_TH_SEN+","…
asked February 10, 2011 1:04 pm CST
praew_z
Pages : 1 | 2 >
29

android sqlite3

Tagged: android + sqlite3
Related Tags
sqlite × 216
sql × 53
android × 29
iphone × 28
python × 21
database × 19
objective-c × 18
mysql × 12
c# × 9
php × 8
c × 8
ios × 8
query × 7
ruby × 5
c++ × 5
postgresql × 4
insert × 4
ios4 × 4
django × 4
java × 3
linux × 3
core-data × 3