Hi,
in the documentation there is a method CreateFile which should create a new database. But VB say, there is no such method. Even if I call it via Devart.Data.SQLite.CreateFile VB doesn't find ist.
How can I call this method?
(other things like queries are working)
Regrads,
Christian
Create new database
Try calling the CreateFile method like this:
This is a static method of the SQLiteConnection class.
Code: Select all
Devart.Data.SQLite.SQLiteConnection.CreateFile("dbFile.db")