Sqlite, create .db-file
Hi!I just read this short howto for Sqlite in Java: http://www.pysquared.com/files/Java/JavaSQLiteExample/But how can I create the .db-file from the java code?In the example it's created from the console...Thanks!
[249 byte] By [
rejeepa] at [2007-11-27 5:56:56]

# 1
I think you can not create the file "*.db" in java . this file can only created with sqlite3.exe and after you create it , you can modify, add, or delete records from tables of "sqlite database " which you created before.Message was edited by: aurelian_cl