Hello All,

I'm working with 2007r1 on an Intel Mac running Parallels. (Love it!!)
When trying to create an encrypted database, I'm still able to view  
the plain text using WordPad / NotePad.

My code is:

OpenDB:
      db.password = "jamie"
      db.databasefile = GetFolderItem( "mydb.rsd")

      if not db.connect then
           return false
      end

return true


NewDB:
      db.password = "jamie"
      db.databasefile = GetFolderItem( "mydb.rsd")

      if not db.CreateDatabaseFile then
           // Handle error
          return
      end if


Add some tables, etc.




I'm sure this is really simple but I'm not finding any happy.
Checking the archives and Language Reference didn't help
much either.

Any suggestions would be appreciated.

Thanks,

Jamie

Software Factory, LLC
Sales     800-539-1780
Support     706-632-3763
Fax         706-632-6498
www.installfactory.com




_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to