Bill-

Friday, March 18, 2005, 7:28:42 PM, you wrote:

RevQueryDatabase() returns a recordset id which you then use with the
recordset functions to get and manipulate the data. RevDataFromQuery
gives you the data itself without opening a recordset.

B> I was using:
B> revQueryDatabase(tConnection, dbQuery)

B> Which doesn't give you data from the query but instead results in a useless
B> number that increments weirdly (useless to me anyway).

B> Instead all I had to do wos use:

B> revDataFromQuery(,,tConnection, dbQuery)

-- 
-Mark Wieder
 [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to