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

android android-sqlite

0
votes
1 answer
47 views

How to rollback transaction in onCreate-Method

Hi, I am trying to execute an .sql-file in my onCreate()-method of my SQLiteOpenHelper to create all tables of the db and to populate them with…
asked May 24, 2011 8:49 am CDT
Seppl
0
votes
1 answers
40 views

Android accessing existing sqlite database on the device

Hello everyone, I am programming an application for the iconia tab (android 3.0). In this application I want to access a sqlite database that is…
asked May 23, 2011 10:25 am CDT
Anthea
0
votes
0 answers
36 views

Pass rowid of database to new class

I am attempting to make an organizer for my college classes. I have everything setup to the point where I can add a course, which is then displayed…
asked May 18, 2011 11:46 pm CDT
Phearx
0
votes
1 answers
48 views

Android data synchronization from device sqlite to server

In my application i have two two data management sources, one through web services and another stand by in sqlite database in the device itself. In…
asked May 16, 2011 12:49 am CDT
Neetesh
0
votes
0 answers
42 views

SQLite cursor randomly returning no results - what might be the cause?

I'm trying to track down a bug I see coming back from remote crash uploads from my clients where it's as if there is no data in my SQLLiteDatabase…
asked May 6, 2011 12:33 am CDT
esilver
0
votes
1 answer
52 views

Android mysql to sqlite conversion

Hi, I am converting mysql database to sqlite 3 database using the script provided here: http://www.jbip.net/content/how-convert-mysql-sqlite But…
asked May 4, 2011 4:37 am CDT
Sapan
0
votes
1 answer
37 views

Android database openOrCreate() error

I have two classes, both are not activity, one is to perform database operation and one is to forward the values as mediator class. DataBase class…
asked May 4, 2011 2:42 am CDT
Neetesh
0
votes
2 answers
75 views

Java.lang.IllegalArgumentException: column '_id' does not exist

Hello, I'm trying to debug my application on a real device and having an error. But when testing on emulator, the error didnt show up. Here is the…
asked April 27, 2011 6:47 pm CDT
cyberrog
0
votes
1 answer
33 views

Android querying many to many relationships

From reading I've understood the way to implement my many-to-many relationship was to have a separate 'Routing Table'. Here's an example of how I've…
asked April 18, 2011 3:24 pm CDT
Garcon
0
votes
1 answers
25 views

Android database overWriting same row over and over

Hello all, I've been stuck on this for a few hours now. I have an Activity that calls a method to write some values into a database, it works,…
asked April 12, 2011 4:52 pm CDT
Mal
0
votes
2 answers
42 views

Is the following WHERE value correct (SQLite, android)?

(date('now') > date('date_added','+60 seconds') AND subscribed<2) use that on android (with update method) to remove old records from the…
asked April 4, 2011 11:32 am CDT
LA_
1
vote
1 answer
52 views

Access a terminal to execute Queries from Android

How can I query my SQLite database of my application from a terminal? I need it to debug purposes, and also to check values.
asked March 23, 2011 1:44 pm CDT
Marcos Vasconcelos
0
votes
1 answer
89 views

Get generated id after insert

Hi, I'm using the SQLite with Android, and I want to know the best way to get the generated id of the row I inserted. A solution I think is make a…
asked March 23, 2011 1:16 pm CDT
Marcos Vasconcelos
0
votes
1 answers
67 views

SQLiteOpenHelper NullPointerException

I have another post here that is similar to this one, however, i have made some changes to my classes and having a different issue now. The previous…
asked March 22, 2011 7:19 pm CDT
prolink007
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
0
votes
0 answers
42 views

Sqlite Finalizing a cursor has not been deactivated or closed

What is weird about this is it doesn't happen every time. I am adding something to the database and if i do it a couples of times nothing happens,…
asked March 19, 2011 12:40 am CDT
au789
1
vote
1 answers
39 views

What happens to SQLiteDatabase object which is passed to onCreate() method ?

Hello, A few days ago i was experiencing an error which was caused by a call to db.close() inside the onCreate() method. Some more people had…
asked March 16, 2011 5:53 am CDT
Chris
0
votes
1 answers
49 views

Android Database - Passing Intent String into Cursor

My app I'm working on is a collection of notes organized by Contacts. I am having a problem using the cursor to query the database for the correct…
asked March 16, 2011 2:11 am CDT
Brian Morrison II
0
votes
1 answers
69 views

Android SQLite - selectionArgs other than Strings

I have a table containing a BLOB column (it's just 16 bytes). I want to run a query of the form SELECT * FROM myTable WHERE blobColumn = ? and bind…
asked March 15, 2011 1:22 pm CDT
Roie Marianer
0
votes
2 answers
48 views

Sqlite query android

I'm trying to use the built in sqlite functions and I'm not sure how to format it. my question is how to format the where clause and the ? that can…
asked March 11, 2011 11:17 am CST
au789
Pages : 1 | 2 >
28

android android-sqlite

Tagged: android + android-sqlite
Related Tags
sqlite × 31
android × 28
java × 4
sqlite3 × 3
database × 2
insert × 1
query × 1
sql × 1
listview × 1
eclipse × 1
button × 1
activity × 1
context × 1
mysql × 1