I wish that OpenDatabase supports to create a New Database, like SQlite3 do
it and support InMemory Databases (OpenDatabase(1, ":memory:", "", ""))
greetings
Thomas
[Implemented] SQlite3 create database and inmemory database
[Implemented] SQlite3 create database and inmemory database
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

I have checked this, but become only 0 as result!Fred wrote:It should work, as OpenDatabase uses sqlite3_open(), could you check that ?
With API it works, but than i have no PB Object
I think you have a "FileExists" check, but this should remove for sqlite3
You can open emptyfilename "", ":memory:", this works with the API
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
