Dear users,
Does anyone use Sybase ODBC driver to connect.
If yes, would you like to advise the "PB".ini entry setting.
We migrate from PB5 and use
Reference links: http://publib.boulder.ibm.com/tividd/td/TRM/GI11-0862-00/en_US/HTML/tdserm1133.htm
Required driver: ODBC Driver for ASE 1.4 https://www.devart.com/odbc/ase/download.html
to setup
C:\Windows\ODBC.ini
[ODBC 32 bit Data Sources]
TSZX SYC sybase CT lib=Devart ODBC Driver for ASE (32 bit)
and successfully connect thru. DB profile under Powerbuilder 2017 R2.
However, when we
After amend d:/icil/lib/clib.ini
Amend DBMS=TSZX SYC sybase CT lib.
On user object to connect.
It says Cannot Connect [DBMS TSZX SYC sybase CT lib is not supported in your current installation].
Confirm from our colleague that we are using older sybase that we need to use ODBC.
Then I set our
clib.ini
"
Common Library]
DBMS="ODB"
Database=cust_service
UserId=
DatabasePassword=
LogPassword=
ServerName=TPC_BIGMAC
LogId=
Lock=
DbParm=
AutoCommit=1
logpass=
DBPass=
[logon]
userid=
password=
appnum=0
"
when object read info and connect.
It does not show error.
But it will prompt a screen for select datasource. Then I select one row on machine datasource page, it can proceed.
How can we avoid such popup and can connect that datasource directly ? I also include the printscreen on the ticket #8760.
please kindly advise
Hopefully, your App logs the connection information in the Transaction Object when the connection fails so that you can try to determine the reason(s) why it cannot connect.