Hi,
Using iX Developer 2.20 SP1, I need to create a new database file and tables in SQLite. This is what I have used for creating the database but does not work:
string databasefile = "myDB.db";
SQLiteConnection.CreateFile(databasefile);
SQLiteConnection conn = new SQLiteConnection(string.Format("Data Source={0}", databasefile));
Please advise.
Regards, Anton
SQLite Database Create
Re: SQLite Database Create
I created a SQLite database with SQLite Expert program, copied on SD-card and inserted to T7A panel. Works fine.
Do You want to create the database in the internal memory?
Do You want to create the database in the internal memory?