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
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***
SQL
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
-
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
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
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 a
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 String[]
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" gr
8 matches
Mail list logo