Re: [android-developers] About SQLite

2012-02-25 Thread James Black
Look at logcat and find the exception. On Feb 24, 2012 5:40 PM, nunna narendra android developer nunnamca2...@gmail.com wrote: when i am trying to fetch the data from local database it is not working how can i solve this problem plz help me . -- You received this message because you are

[android-developers] About SQLite

2012-02-24 Thread nunna narendra android developer
when i am trying to fetch the data from local database it is not working how can i solve this problem plz help me . -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] About SQLite

2012-02-24 Thread TreKing
On Thu, Feb 23, 2012 at 9:08 PM, nunna narendra android developer nunnamca2...@gmail.com wrote: when i am trying to fetch the data from local database it is not working how can i solve this problem plz help me . http://catb.org/esr/faqs/smart-questions.html

Re: [android-developers] About SQLite

2012-02-24 Thread Jagruti Sangani
local database means sqlite database you have created taht one or any other? i have post below code it might be help you. -see code below- Sqlite3 use in android database creation***

[android-developers] about sqlite and sql rownum

2010-06-09 Thread Jose Luis Montes
Hello! I have been using rownum in sql to retrieve a limited set of records per query. is there a way to use something like that in sqlite? What i want is that when I do a query, only retrive 15 records of the table; the first 15 records of the query (including the sort statement). Do you have

Re: [android-developers] about sqlite and sql rownum

2010-06-09 Thread Mark Murphy
Jose Luis Montes wrote: Hello! I have been using rownum in sql to retrieve a limited set of records per query. is there a way to use something like that in sqlite? Look at the LIMIT clause of a SQL SELECT: http://www.sqlite.org/syntaxdiagrams.html#select-stmt -- Mark Murphy (a Commons

[android-developers] About SQLite (query)

2009-05-13 Thread daehoon
Hi everyone. I know db.query was written like below in Android sample. I want to use other field instead of rowId witch is KEY_DATE, but it's not worked as well. public Cursor fetchNote(long rowId) throws SQLException { Cursor mCursor = mDb.query(true, DATABASE_TABLE, new

[android-developers] About sqlite

2008-08-19 Thread eggerxu
I already have a ms access database file with a big amount data(one table with 10 rows). Now, i want to import it to sqlite.Any easy methods? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers