Hai,
I am using sqlite concept in my application. When i used these lines
if (sqlite3_prepare_v2(database, sql, -1, &selectstmt, NULL)
== SQLITE_OK) {
--------------------;
}
then it shows the the corresponding database table is
not available. But that folder BookSampl.sqlite contains the statement
like,
create table Book(......);
Please send ideas or where i made the problem? Give some suggestion to
guide me in proper sqlite way.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---