Hi Experts,
Anybody knows Appeon Powerserver can connect DB2 version 8.1 running on z/os ( mainframe ) ?.
if so, how is it possible? through Data source type ODBC or IBM DB2 native driver?.
Please note that I'm making a POC application using Powerserver Trial version.
TIA,
Joseph
Thanks for your replay.
It works with DB2 native driver but it runs very slow in the web. is there any way to improve the performance?
on the other hand, the same application works very fast when it connects through ODBC and run as a client-server application through powerbuilder 2017 R3.
I can successfully configure/connected my DB2 DB with DataSource Type as ODBC through AEM . but while I'm connecting through my POC program, SQLCA.SQLErrText showing 'Invalid argument'
below is my DBParam settings ( even i tried with servername,LogId ,LogPass but all are in vain )
SQLCA.DBParm="CacheName='ODBCDB2' "
SQLCA.DBMS = "ODB-DB2"
connect using sqlca;
Regards,
Joseph