RecordSet Troubles
Posted: Thu Mar 11, 2010 8:23 pm
In my application I have been able to connect to an SQLite Database and be able to retrieve information from it. My inquiry is now that I have a recordset in this case one record, how can I parse that information to be able to set fields with this information so that it can be utilized in other parts of my application.
I know from this that the query returned one record which it should. I have searched the Dictonary to see how I can do this without any luck. Any Suggestions
Code: Select all
put "Select * FROM Users" into tCheckUsersTable
put revQueryDatabase(gDBConnID, tCheckUsersTable) into tCheckUsersTableRecordSetID
put the result into tError
handleRevDBerror tError