If I want to let the user pick where to save a newly created database how would I do it?
I am using the code below to create the database but I need to know what to add to specify where to save it. Dim db as REALSQLdatabase Dim f as FolderItem f = New FolderItem(NameField.text) db = New REALSQLdatabase db.databaseFile = f If db.CreateDatabaseFile then MsgBox "Database created" else MsgBox "Database not created" end if _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
