I am new to Sqlite. This what I understand so far.
Please help to confirm my understanding. 1) Sqlite engine is built into the Android-OS System
so, I dont need to download and install this Sqlite engine from its website.
Now, I have these questions :
2) If I include a Sqlite Database( With data in it) in the Project, Do I need to read ( use memorystream to read into a buffer, this is based on WP on SlqCe ) it INTO the folder or directory under the Sqlite engine?
3) Is there any tutorial on Create table, Add, Insert, update for Sqlite, setUp relationship
4) Is referential integrity supported? Like If I delete the Primary Key , all the Foreign Key will be deleted as well.
Thanks