On May 9, 2007, at 11:25 AM, Paul Hosking wrote: > To attach to a connected db, you can attach using something like this: > > if db.AttachDatabase(File, DatabaseName, EncryptionKey) = > true then > return true > else > return False > end if
Is it up to the programmer to make sure you don't run into duplicate database names, or will the AttachDatabase method handle that? - Andrew Keller _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
