why does put revOpenDatabases() not work?
    william humphrey 
    shoreagent at gmail.com
       
    Fri Jun  6 14:57:43 CDT 2008
    
    
  
This is what I'm doing in RunRev
on TestPATH
    put empty into fld path
   put empty into fld "database error"
    get the effective filename of this stack
    set the itemdel to slash
    put the (item 1 to -2 of it) & slash & "Recipes.vdb" into dbPath
     put dbPath into fld path
   -- from example stack not from RunRev instructions
     put revOpenDatabase("Valentina3","localhost",dbPath,"sa","sa") into
mDbID
     put mDBID into fld "database error"
end TestPATH
The error is "revdberr,invalid database type"
    
    
More information about the Valentina
mailing list