<HTML>
<HEAD>
<TITLE>[ANN] newer build V4REV 5.0b29-2</TITLE>
</HEAD>
<BODY>
<FONT FACE="Lucida Grande"><SPAN STYLE='font-size:11pt'>Hi Marek,<BR>
<BR>
    <a href="http://www.valentina-db.com/download/beta/5.0b29">http://www.valentina-db.com/download/beta/5.0b29</a><BR>
<BR>
Here new archive of V4REV MAC.<BR>
<BR>
1)<BR>
<BR>
I have fix issues in REVDB's method that get data from query<BR>
 <BR>
<BR>
2) <BR>
<BR>
ADDED parameter DebuLevel into revOpenDatabase()<BR>
So RevDB.bundle now also can produce LOG file. Helpful. <BR>
<BR>
Attached simple stack that I have use against vserver.<BR>
I have did show tables against MASTER.VDB.<BR>
<BR>
<BR>
<BR>
<BR>
=============================================<BR>
on mouseUp<BR>
   <BR>
  put "master.vdb" into dbName<BR>
   <BR>
   put revOpenDatabase( "Valentina4", "127.0.0.1", dbName, "sa", "sa", , , , , "kLogParams" ) into mDbID<BR>
   <BR>
   get Valentina_DebugLevel( "kLogParams" )<BR>
   <BR>
   put revDataFromQuery ( TAB, return, mDbID, "SHOW TABLES" ) into tData1<BR>
   <BR>
   ------------------------------<BR>
   put empty into field efOut<BR>
   <BR>
   put tData1 into field efOut<BR>
   <BR>
   revCloseDatabase mDbID<BR>
   <BR>
   <BR>
end mouseUp<BR>
<BR>
<BR>
<BR>
-- <BR>
Best regards,<BR>
<BR>
Ruslan Zasukhin<BR>
VP Engineering and New Technology<BR>
Paradigma Software, Inc<BR>
<BR>
Valentina - Joining Worlds of Information <BR>
<a href="http://www.paradigmasoft.com">http://www.paradigmasoft.com</a><BR>
<BR>
[I feel the need: the need for speed]<BR>
</SPAN></FONT>
</BODY>
</HTML>