Hi,
I have an existing sql db created in my memory. When my script exits I want to copy that db into a file.
$memoryDb=_SQLite_Open()
things are done with the memory db here
$fileDb=_SQLite_Open(@ScriptDir & "\localfile.db")
Is there a command like this?
_SQLite_CopyFromTo($memoryDb,$fileDb)
Page 1 of 1
Copy Sql Db How to copy an existing sql db from memory to copy
Page 1 of 1

Sign In
Register
Help

MultiQuote