kreativa Member Licensed User Longtime User Nov 20, 2015 #1 Hi everybody! Just a question. I have to write an app that work with a local db. Is it posible to create a db on the device? Is there an example that explain how create, insert, select and update a database on the device? Thanks!
Hi everybody! Just a question. I have to write an app that work with a local db. Is it posible to create a db on the device? Is there an example that explain how create, insert, select and update a database on the device? Thanks!
JanPRO Well-Known Member Licensed User Longtime User Nov 21, 2015 #2 Use the SQL object. kreativa said: Is there an example that explain how create, insert, select and update a database on the device Click to expand... Here is a nice overview of the queries Upvote 0
Use the SQL object. kreativa said: Is there an example that explain how create, insert, select and update a database on the device Click to expand... Here is a nice overview of the queries
kreativa Member Licensed User Longtime User Nov 21, 2015 #3 JanPRO said: Use the SQL object. Here is a nice overview of the queries Click to expand... thanks janPRO!!!! Upvote 0
JanPRO said: Use the SQL object. Here is a nice overview of the queries Click to expand... thanks janPRO!!!!
klaus Expert Licensed User Longtime User Nov 21, 2015 #4 Did you have a look at the examples in this thread iSQLiteLight Three simple SQLite projects ? In iSQLiteLight1 you have a simple example. Upvote 0
Did you have a look at the examples in this thread iSQLiteLight Three simple SQLite projects ? In iSQLiteLight1 you have a simple example.