Hi mickyotool,
This error will occur if the last parameter in the db_execute_query is a number instead of a variable. The following example shows the correct syntax.
EXAMPLE:
static str1="select * from flights";
db_execute_query("query1", str1, record_number);
The third...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.