Code: Select all
put "Select * FROM Users" into tCheckUsersTable
put revQueryDatabase(gDBConnID, tCheckUsersTable) into tCheckUsersTableRecordSetID
put the result into tError
handleRevDBerror tError
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
put "Select * FROM Users" into tCheckUsersTable
put revQueryDatabase(gDBConnID, tCheckUsersTable) into tCheckUsersTableRecordSetID
put the result into tError
handleRevDBerror tError
massung wrote:Take a look at revDataFromQuery... I think you'll find it much more to your liking..