billdvldog
Programmer
- Sep 6, 2001
- 43
Looking for some help from the PB gurus out there! Unfortunately I have to migrate a back end database from Sybase to SQL Server. I've figured out how to migrate the data, procedures, etc, so that part is done.
I have never dealt with PB before, but we have an old PB 6.5 application and I'd like to know what changes need to be made to the INI file to direct it to the new SQL Server back end. Here is how the INI file currently looks:
[Database]
DBMS=SYC Sybase System 10
Database=dbname
ServerName=svrname
Lock=
DbParm=appname=host=
Prompt=1
AutoCommit=false
The svrname references a section of the Sybase SQL.INI file. Any help would be greatly appreciated, as our old Sybase server on DEC Unix is not holding up well.
Thanks in advance,
Bill
I have never dealt with PB before, but we have an old PB 6.5 application and I'd like to know what changes need to be made to the INI file to direct it to the new SQL Server back end. Here is how the INI file currently looks:
[Database]
DBMS=SYC Sybase System 10
Database=dbname
ServerName=svrname
Lock=
DbParm=appname=host=
Prompt=1
AutoCommit=false
The svrname references a section of the Sybase SQL.INI file. Any help would be greatly appreciated, as our old Sybase server on DEC Unix is not holding up well.
Thanks in advance,
Bill