AutoIt Forums: Copy Sql Db - AutoIt Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Copy Sql Db How to copy an existing sql db from memory to copy

#1 User is offline   Markus 

  • Advanced Member
  • PipPip
  • Group: Full Members
  • Posts: 134
  • Joined: 05-August 05

Posted 07 November 2009 - 11:10 PM

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)
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users