Page 1 of 1
[Implemented] SQlite3 create database and inmemory database
Posted: Mon Apr 21, 2008 7:24 am
by ts-soft
I wish that OpenDatabase supports to create a New Database, like SQlite3 do
it and support InMemory Databases (OpenDatabase(1, ":memory:", "", ""))
greetings
Thomas
Posted: Mon Apr 21, 2008 9:32 am
by Fred
It should work, as OpenDatabase uses sqlite3_open(), could you check that ?
Posted: Mon Apr 21, 2008 9:34 am
by ts-soft
Fred wrote:It should work, as OpenDatabase uses sqlite3_open(), could you check that ?
I have checked this, but become only 0 as result!
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