My background is with SQL Server and Delphi, so the concepts in SQLite 
are new for me.  I have a TDISQLite3Database component in my TDataModule 
with the DatabaseName set to Demo.  Since I am familiar with the 
TDataset and other Delphi components, I would like to use those (at the 
expense of size and efficiency).

What I need to do now is learn how to "create" Demo and add a table, 
Members.  Ultimately, there will be tables in SQLite that will be 
synchronized with the tables on a server.  So far I have not been able 
to find an example of creating the tables using DISQLite3 and the Delphi 
components.

All suggestions are welcomed...

Todd

-- 
Ariste Software
Petaluma, CA 94952


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to