<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Ruslan,<div><br></div><div>I'm bussy dotay, so I checked only "SHOW TABLES" and simple "SELECT * FROM table" queries.</div><div><br></div><div>THEY WORK PERFECT --> Thanks a lot.</div><div><br></div><div>I'll play little bit with V4REV and VSERVER at weekend, and let you know.</div><div><br></div><div>Marek</div><div><br></div><div><br><div><div>On May 17, 2012, at 22:33 , Ruslan Zasukhin wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<title>[ANN] newer build V4REV 5.0b29-2</title>
<div>
<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>
</div>
<span><zzz.livecode></span>_______________________________________________<br>Valentina-beta mailing list<br><a href="mailto:Valentina-beta@lists.macserve.net">Valentina-beta@lists.macserve.net</a><br>http://lists.macserve.net/mailman/listinfo/valentina-beta<br></blockquote></div><br></div></body></html>