I'm in the process of migrating a PB 7 PFC application to PB9 PFC. Currently the DBMS provider is MS SQL 2000 and we are using the old MS SQL 6.5 driver:
SQLCA.DBMS = 'MSS Microsoft SQL Server' -- (pbmss90.dll)
I would like to use an OLE DB provider to connect to the database. I have PB 9 IDE connecting to the MS SQL 2000 via OLE DB, but would like to know what .dll file (if any) I need to deploy with the application and if there will be any coding changes required (besides the connection parameters) and if I should expect any system performance enhancement/detriments using OLE DB.
Thanks,
SQLCA.DBMS = 'MSS Microsoft SQL Server' -- (pbmss90.dll)
I would like to use an OLE DB provider to connect to the database. I have PB 9 IDE connecting to the MS SQL 2000 via OLE DB, but would like to know what .dll file (if any) I need to deploy with the application and if there will be any coding changes required (besides the connection parameters) and if I should expect any system performance enhancement/detriments using OLE DB.
Thanks,