I have migrated code from PB 10.5 to PB 2017R3, and the migration went fine - no errors. Now I am building the code as a 64-bit pCode application, and the build is fine, but when I do a database connection in the app (using OLE DB), I get a message that OLE DB is not supported in my current installation. I have the PBOLE170.DLL file with the other DLLs in the application directory - what else do I need to do for the app to be able to make an OLE DB connection?
Thanks,
Jonathan
Edited to change to a critical issue, as we need to have a way to connect to SQL Server with our 64-bit application.