[ANN] V4REV mac -- 5.0b29

Kirill Pekarov kirill_pekarov at valentina-db.com
Mon May 14 12:02:13 CDT 2012


Hi Marek!

Please try simple stack:
on opencard

    put "test.vdb" into dbPath
    put 
revOpenDatabase("Valentina4","192.168.1.3:15432",dbPath,"sa","sa") into 
mDbID
    put revDataFromQuery ( TAB, cr, mDbID, "SHOW TABLES" ) into tData1

    put the number of lines in field efOut into lineNumbers
    put tData1 && return into line lineNumbers+1 of field efOut

end opencard

It work for me. And if it will work for you, then we need your code, to 
reproduce.


More information about the Valentina-beta mailing list