Hi,
we have moved from Sybase 12.5.4 to Sybase 15.
No changes required at all, just change the ini as below to Release 15,
DBMS= SYC Adaptive Server Enterprise
Database= dbname
LogPassword = dbpwd
ServerName = servername
LogId = dbpwd
DBParm = Release='15'
I seriously doubt if PB 6.5 supports Sybase 15.
In any case, make sure u have installed Sybase 15 client OCS-15_0 (C:\sybase\OCS-15_0) on that machine.
Also, u will need the dll, PBASEXXX.DLL --> where XXX is the PB version number.
Cheers,
Rosh
Main Topics
Browse All Topics





by: sandeep_patelPosted on 2009-08-28 at 09:19:48ID: 25209197
If the DBMS detail is in ini file you no need to recompile PB application. You might need to change the value for DBMS as per new sybase 15.
1. Go to PowerBuilder database painter
2. create new profile for Sybase 15
3. Check what is the DBMS text there.
4. If it's different from current (SYC Sybase System 10/11), replace it in ini file with new one.
Also you first need to make sure that PB 6.5 support connectivity with Sybase 15 with your current drivers in PB6.5 setup. Mostly it will :)
Regards,
Sandeep