Hey guys,
I'm pretty new to iphone development and trying to develop a program which can write to and read from a SQLite database. I was looking through the SQLLiteBooks sample code to understand how the whole thing works with the database.
I noticed that no .db (database) file is created in the folder where the SQLliteBooks is saved. So just wondering why a .db file is not created and there is only a bookdb.sql file which contains a few insert statements.
Can someone tell me where the database is created in this example?
Thanks,
AR
I'm pretty new to iphone development and trying to develop a program which can write to and read from a SQLite database. I was looking through the SQLLiteBooks sample code to understand how the whole thing works with the database.
I noticed that no .db (database) file is created in the folder where the SQLliteBooks is saved. So just wondering why a .db file is not created and there is only a bookdb.sql file which contains a few insert statements.
Can someone tell me where the database is created in this example?
Thanks,
AR