[ANN] newer build V4REV 5.0b29-2

Ruslan Zasukhin ruslan_zasukhin at valentina-db.com
Thu May 17 15:33:36 CDT 2012


Hi Marek,

    http://www.valentina-db.com/download/beta/5.0b29

Here new archive of V4REV MAC.

1)

I have fix issues in REVDB's method that get data from query
 

2) 

ADDED parameter DebuLevel into revOpenDatabase()
So RevDB.bundle now also can produce LOG file. Helpful.

Attached simple stack that I have use against vserver.
I have did show tables against MASTER.VDB.




=============================================
on mouseUp
   
  put "master.vdb" into dbName
   
   put revOpenDatabase( "Valentina4", "127.0.0.1", dbName, "sa", "sa", , , ,
, "kLogParams" ) into mDbID
   
   get Valentina_DebugLevel( "kLogParams" )
   
   put revDataFromQuery ( TAB, return, mDbID, "SHOW TABLES" ) into tData1
   
   ------------------------------
   put empty into field efOut
   
   put tData1 into field efOut
   
   revCloseDatabase mDbID
   
   
end mouseUp



-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macserve.net/pipermail/valentina-beta/attachments/20120517/274e9d1e/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zzz.livecode
Type: application/octet-stream
Size: 2435 bytes
Desc: not available
URL: <http://lists.macserve.net/pipermail/valentina-beta/attachments/20120517/274e9d1e/attachment-0001.obj>


More information about the Valentina-beta mailing list