I have created several reports using an ODBC driver for Progress92 and now I must take the same reports and change them to Oracle8i.
I have succesfully done this to one report wich was very simple. A second report was as simple put contained a date parameter and a String parameter. The string parameter works fine but when I try to use the date parameter I get an Oracle error message
ORA-00928 missing SELECT keyword
Cause: A SELECT subquery must be included in a CREATE VIEW statement.
Action: Correct the syntax. Insert the required SELECT clause after the CREATE VIEW clause and then
retry the statement.
I have tried to have the simple report with a date field onit and I get the same error even though it is not a Parameter or a Select Field.
Does anyone know of Oracle 8i ODBC issues this might belong to?
Kitrina Sullivan
I have succesfully done this to one report wich was very simple. A second report was as simple put contained a date parameter and a String parameter. The string parameter works fine but when I try to use the date parameter I get an Oracle error message
ORA-00928 missing SELECT keyword
Cause: A SELECT subquery must be included in a CREATE VIEW statement.
Action: Correct the syntax. Insert the required SELECT clause after the CREATE VIEW clause and then
retry the statement.
I have tried to have the simple report with a date field onit and I get the same error even though it is not a Parameter or a Select Field.
Does anyone know of Oracle 8i ODBC issues this might belong to?
Kitrina Sullivan