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

android sqlite

1
vote
2 answers
91 views

Unable to read SQLite table from Android

I am trying to open a SQLite database in android, the database works fine in the sqlite browser, but android does not read that the table in…
asked June 25, 2011 10:34 am CDT
ark3typ3
0
votes
0 answers
44 views

How to sqlite statement to update duedate of the row whose name is myname and dob is mydob

Hi I have the below statement to update a row in the table ContentValues myValues = new ContentValues(); myValues.put("duedate", duedate); return…
asked June 24, 2011 2:26 pm CDT
vijay
0
votes
0 answers
50 views

How to delete all the rows in the table which has name equals to myname

I have the below code. Does this delete all the rows having name = myname? return mDb.delete(DATABASE_TABLE, NAME + "=?", new String[] { myname });…
asked June 24, 2011 1:29 pm CDT
vijay
0
votes
1 answer
58 views

SQLite rawquery

I am getting an error with a rawquery on Eclipse on a DB in the assets directory. The DB is 'pre-loaded' with tables and data and the SQL string,…
asked June 24, 2011 12:47 pm CDT
Graham
1
vote
3 answers
53 views

Android Java SQLite searching / matching question

So I'm trying to search through a column where the string is a comma separated list of words with no spaces such as one,two,three,four and so on.…
asked June 24, 2011 9:14 am CDT
Paul
0
votes
3 answers
57 views

Problem summing floats from SQLite database for android app

I'm having a problem with summing floats properly from my SQLite database. I have created my table as follows where I have set the column 'amount'…
asked June 24, 2011 6:49 am CDT
Aaron
0
votes
0 answers
71 views

RegisterContentObserver() on raw SQLite Cursor

All of the examples I've seen of using registerContentObserver() do so through a ContentProvider interface. But Cursor has a…
asked June 24, 2011 4:25 am CDT
mikerowehl
1
vote
2 answers
50 views

Inserting large amount of data into android sqlite database?

I have a large amount of data i want to import into one sqlite database. 4column and 150 rows. Currently the data is in a excel spreadsheet. How can…
asked June 24, 2011 4:07 am CDT
Beginner
0
votes
0 answers
47 views

Android sqlite and listview

is there an exampl on how to use listview with sqlite to read all rows in table at once or what do i change in the curser to make it read all the…
asked June 24, 2011 2:38 am CDT
moe
0
votes
0 answers
45 views

Show thumbnail and text using listview and SQLite

I have a folder on sdcard with videos. I created a SQLite database with video attributes(columns). I need to show video thumbnail with text and time…
asked June 23, 2011 12:43 pm CDT
Codes12
1
vote
0 answers
40 views

DataBase Access Problem in Android1.6

I m accessing SQLite databse from the following location /data/data/files/examples/search.sqlite it works fine in Samsung Tablet but when i run the…
asked June 23, 2011 5:47 am CDT
Latha Vani
0
votes
0 answers
52 views

Problem in accessing DataBase in Android 1.6?

I m accessing SQLite databse from the following location /data/data/files/examples/search.sqlite it works fine in Samsung Tablet but when i run the…
asked June 23, 2011 4:18 am CDT
Latha Vani
0
votes
2 answers
33 views

Best way to insert 200+ rows into SQLite Database

I am creating a application with a database. I have one table that will have over 200 rows in it. (reference table used within the app) I have…
asked June 22, 2011 10:01 am CDT
James Dudley
-2
votes
0 answers
39 views

Android SQLite update query for reset table fields

i want to update 2 columns of my android SQLite table named as CardDB in a reset function. 'Mark' and 'Read' these two field are integer type.…
asked June 22, 2011 9:32 am CDT
Mursaleen Fayyaz
0
votes
0 answers
35 views

Insert into sqlite db from excel?

I am new to android and i cant seem to find any easy way of inserting data from an excel sheet intot he sqlite db. i create the database in the…
asked June 22, 2011 9:21 am CDT
Beginner
0
votes
2 answers
33 views

Best approach to storing ArrayLists in SQLite

I'm new to Android programming however I do have some Java experience. What I would like to know is, what is the best approach for storing…
asked June 22, 2011 6:46 am CDT
pirezas
-3
votes
0 answers
27 views

Display a specific row corresponding to a primar id key from my sqlite database ?

package com.totsp.androidexamples; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase;…
asked June 22, 2011 2:32 am CDT
Rohan Seth
0
votes
0 answers
39 views

Android tags best practices and sqlite storing and select

What are the best data structure for tags (not nfc or html). Like tags that are used in stackoverflow to mark our messages. I was thinking of List…
asked June 22, 2011 2:23 am CDT
saikek
0
votes
2 answers
36 views

How to create an SQLite database in Android by importing from an SQL file?

I have a big text file containing SQL CREATE TABLE and INSERT statements. How do I import this file in the SQLiteOpenHelper onCreate method? Or, is…
asked June 21, 2011 6:59 pm CDT
Radu
0
votes
1 answer
35 views

GeoPoints from existing SQLite Database

I am trying to populate a map overlay with markers using lat and long from an existing SQLite database. I have found examples where you input the…
asked June 21, 2011 8:34 am CDT
faarn
Pages : 1 | 2 | 3 | 4 | 5 > [48]
954

android sqlite

Tagged: android + sqlite
Related Tags
android × 954
database × 336
sql × 333
iphone × 319
sqlite3 × 216
java × 170
objective-c × 167
c# × 132
python × 98
php × 85
query × 80
ios × 76
mysql × 76
core-data × 62
cursor × 60
xcode × 57
javascript × 52
.net × 44
c++ × 35
listview × 34
update × 30
html5 × 29
postgresql × 28
xml × 28
insert × 27