Moin Moin,
We have an application an fetch data's from a progress database via odbc driver.
We have used OpenLink Generic 32 Bit Driver 4.0.
After an update of progress db and the odbc driver we use the Progress OpenEdge 10.2B Driver.
Now we get the error: Table / View / Synonym not found
The reason is that the schema name ist not specified in the SQL query.
I would not rebuild the whole interface.
It is possible to access by a SQL-statement select * from <tablename> instead select * from pub.<tablename>?
Can I assign the user to the database schema pub?
Thanks in Advanced
Marco
We have an application an fetch data's from a progress database via odbc driver.
We have used OpenLink Generic 32 Bit Driver 4.0.
After an update of progress db and the odbc driver we use the Progress OpenEdge 10.2B Driver.
Now we get the error: Table / View / Synonym not found
The reason is that the schema name ist not specified in the SQL query.
I would not rebuild the whole interface.
It is possible to access by a SQL-statement select * from <tablename> instead select * from pub.<tablename>?
Can I assign the user to the database schema pub?
Thanks in Advanced
Marco