Internal SQLite commands
Posted: Tue Oct 07, 2008 12:09 pm
I would like to use the internal SQLite but I'm not sure of the right syntax to create tables.
The SQLite uses the following datatypes: INTEGER, REAL, TEXT and BLOB
But in the help example of purebasic (UseSQLiteDatabase) the datatype used is: VARCHAR
What datatypes shall I use?
One more question, can I create VIEWS with internal PB SQLite? Are there any performance advantages in using VIEWS or it's just for helping in creating the select statements?
Thank you!
The SQLite uses the following datatypes: INTEGER, REAL, TEXT and BLOB
But in the help example of purebasic (UseSQLiteDatabase) the datatype used is: VARCHAR
What datatypes shall I use?
One more question, can I create VIEWS with internal PB SQLite? Are there any performance advantages in using VIEWS or it's just for helping in creating the select statements?
Thank you!