Página 1 de 1

How can create a SQLite database with code

Publicado: Mié Ago 17, 2011 11:36 am
por Xailer
Please help me how to create a SQLite database with code. And how to add fields names and types, and keys.
TIA

How can create a SQLite database with code

Publicado: Vie Ago 26, 2011 2:14 pm
por jfgimenez
Dionisis,
sorry for the delay.
> Please help aon create a SQLite datanbase with code.
Just try to open it. If it doesn´t exist, it's created. I.e.:
WITH OBJECT TSQLiteDataSource():New()
:Connect( "Test.db" )
:End()
END
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info