Markus Posted November 7, 2009 Share Posted November 7, 2009 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) "It's easier to disintegrate an atom than a prejudice." (A.Einstein)---------------------------------------------------------------------------My C++ - tools:Tidy tool-->indents your c++ sourceCleanscript --> cleans autoit-code before compiling (co-author: peethebee)My tools:GUIBuilder-->build your window and get the source; german versionMy Games:OnlineGameCenter-->Online Chess and Connect4 with a rtf-chatSnake-->including a level editor to build your own levelsTetris-->the well known game, big funOther things:Tower of Hanoi-->perfect riddler with graphic output Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now