Hi
How I connect powerbuilder v12.5 to oracle 11g database ?
I have configured my odbc datasource and test the connection successfully.
when I reused a workspace and try to connect it to a specified database
which has been imported from 8i oracle version
I get the error message
DBMS O84 ORACLE 8/8i is not supported in your current installation.
In the database profile window, select the "Preview" tab and test the connection there. If that works, then you should be able to use the code there to connect using the standard SQLCA object, or replace "SQLCA" with your own transaction object.