You are not logged in.
Pages: 1
Hi,
When trying to restore a db using TSQLRestServerDB.Restore, I got this error: "DBOpen called twice".
What is the cause of this error? Seems like it happens in this line o code:
function TSQLDataBase.DBOpen: integer;
(....)
if fDB<>0 then
raise ESQLite3Exception.Create('DBOpen called twice'); //happens here
if (sqlite3=nil) or not Assigned(sqlite3.open) then
Last edited by colbert (2013-03-27 11:55:13)
Offline
Are you using the latest 1.18 unstable version?
Offline
Done, ticket is this one http://synopse.info/fossil/tktview?name=72b3d8e616
Offline
Pages: 1