There are differences between QSQLITE in windows and in linux?
In linux, if the database doesnot exist Qt create a new file with the databasename.
In windows it does not, although I can use the database.
Perhaps, the sqlite database has been creating in memory, or what?
G