revQueryDatabase inquiry
Posted: Fri Apr 04, 2014 1:28 am
I am trying to use this in my application but when I issue
I get an error message that says:
stack "ApplicationName": execution error at line 214 (Handler: can't find handler) near "revQueryDatabase", char 1
gDatabaseID has a value of 6
tSQL has a value of Select * from Income_Categories
Has anyone ran into this before
Code: Select all
revQueryDatabase(gDatabaseID, tSQL)
stack "ApplicationName": execution error at line 214 (Handler: can't find handler) near "revQueryDatabase", char 1
gDatabaseID has a value of 6
tSQL has a value of Select * from Income_Categories
Has anyone ran into this before