> If you give SQLite a command to open a database file that
> doesn't exist, it will just create a new one.  It doesn't give an
> error message.  So use a search function on your disk for
> files with that name.

Try this in your program: "select * from sqlite_master;"

That will tell you if you are looking at the right database.

Phil Hibbs.
Don't you just hate self-referential sigs?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to