<HTML><FONT FACE=arial,helvetica><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">Hi,<BR>
<BR>
This is what I'm using... and it works ok.<BR>
<BR>
I guess it just seems to me that there should be a way to fetch a particular row from the results of a query without having to process the entire record set as text in MetaTalk. <BR>
<BR>
I'm just confounded by the cursor API, but maybe I'm missing something. Why would I want to be able to fetch columns from the cursor but never rows?<BR>
<BR>
Say I have a database cursor, and all I want to do is plunk the first 10 records, with 10 fields each, into a form. I have to make 10 calls to RevDB to fetch the columns, and then I have to merge 10 columns of text to make 10 rows. ECK! I know I can use revdb_querylist() and script around this, but then again... I want to use a database cursor!<BR>
<BR>
I just don't follow the logic- why fetch columns but not rows?<BR>
<BR>
Brian<BR>
<BR>
<BLOCKQUOTE CITE STYLE="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px" TYPE="CITE"></FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">  get revdb_querylist(return,comma,tConnectID,tQuery)<BR>
  put line 1 to 100 of it into tFirstResults<BR>
<BR>
It ought to do the trick "when you want to obtain the<BR>
data for use but don’t need to retain a reference to<BR>
the records that the data came from."<BR>
<BR>
Hope this helped,<BR>
</BLOCKQUOTE></FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"><BR>
<BR>
</FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"></FONT></HTML>