I am beginner in Sqlite programming. I already open and read tables.
I compiled sqlite3.c (8 MB) amalgamation file do DLL and call functions
from FreePascal.
Which function are for crating new database, tables, indices, columns, fill
tables.
I see
#define SQLITE_CREATE_INDEX          1   /* Index Name      Table Name
 */
#define SQLITE_CREATE_TABLE          2   /* Table Name      NULL
 */
but how function I must call?
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to