I can connect if I use the .net driver, but there seems to be a bug in the driver causing some very slow responses.
I have set up a 64 bit ODBC connection and tested successfully via the ODBC tool.
I have set up datasource NSDADEV_CONTROL and linked it to this ODBC source and tested successfully.
I have set up my sqlca transaction object to the datasource NSDADEV_CONTROL and tested successfully.
I run the app (web) using sqlca and get Error SQLDBCODE = 1, and DBError = Invalid Argument.
If I set dbms = 'odb_db2' , and dbparm="ConnectionCache='NSDADEV_CONTROL' I get the same error.
Any Ideas????
For SQL tracing in *native* PB Apps, you would use ... SQLCA.DBMS = "TRACE ODB"
For tracing in PowerServer, you would can set the "server" trace level in PS's AEM Console to either to "Standard" (default), "Developer" or "Debug" mode depending on the level of tracing you require. For the App itself, you can then choose "Error", "Info" or "debug". Note that both must be set to get detailed information.
HTH
Regards ... Chris