<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I do not understand how revdb_querylist 
works.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>here comes my script</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>global id_dbConnection, id_dbCursor</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>on mouseUp</FONT></DIV><FONT face=Arial size=2>
<DIV><BR>  put empty into field "result"<BR>  put revdb_connect 
("MySQL", "myHost", "myBase", "mySelf", "myPass") into 
id_dbConnection<BR>  put "select * from myTable" into 
myQuery<BR>  put revdb_querylist(id_dbConnection, myQuery) into field 
"result"</DIV>
<DIV><BR></FONT><FONT face=Arial size=2>end mouseUp</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>this script does not work! but why?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>thanks</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>ps    of course, my db connection 
works and other function as revdb_query works 
perfectly...</FONT></DIV></BODY></HTML>