Random Access On a Table  
Author Message
agahdikmen





PostPosted: 2003-7-17 2:57:00 Top

java-programmer, Random Access On a Table Hi,

I've got a problem with 2 open Dataset:
That's I had opened a table running an SQL command like this "SELECT *
FROM XXX WHERE YYY=ZZZ" and i want to access to another table with the
keys came from previous ResultSet; BUT I dont want to run an SQL
command ; I'm looking for a command like
setnearest(keylist,keylist,...) then I want read the second table with
a while loop ( ex. (while !eof(second_table))).

Is there a way for me ;)
Thx in advance;