¡@

Home 

2014/10/15 ¤U¤È 10:14:35

iphone Programming Glossary: strstore

Creating an SQLite3 database file through Objective-C

http://stackoverflow.com/questions/10540728/creating-an-sqlite3-database-file-through-objective-c

through Objective C at run time. I am trying to create a table called tblStore . I want the field names to be called strStoreNumber and strStoreReg . I'm new to iOS and SQLite so I'm having a hard time finding the syntax to perform this. In addition.. C at run time. I am trying to create a table called tblStore . I want the field names to be called strStoreNumber and strStoreReg . I'm new to iOS and SQLite so I'm having a hard time finding the syntax to perform this. In addition to creating the.. will be created. To recap 1. What is the syntax for Obj C SQLite to create a table called tblStore with the fields strStoreNumber and strStoreReg 2. Where should the db file reside I need to read from and write to the tblStore db file. 3. What..