RevQueryDatabase help

Mark Wieder mwieder at ahsoftware.net
Sat Mar 19 13:23:16 EST 2005


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
 mwieder at ahsoftware.net



More information about the use-livecode mailing list