The first step in debugging problems like this, is to run the statement outside of your programming language (using the SQL interface of your DBMS) to make sure the
SQL is correct.
Plese verify first that the syntax of your statement is correct outside of your code before you run it from within your code.
Quote:
|
ERROR [HY000] [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Syntax error in SQL statement at or about "Resource FROM PUB.ActOper WHERE CreDate " (10713)
|
I have no idea about BASIC but to me this sounds like you don't have the quoting right, which makes it a programming language problem - not a SQL or DBMS problem.