My application was developed in PB 12.5 and I am migrating it to PB 2019. It runs from the IDE, but the deployed version on IDE machine errors out with message: DBMS OLE DB is not supported in your current installation, where PROVIDER='SQLOLEDB'. On an end user computer(with only PB Runtime dll’s + app), the error reads: The application was unable to start correctly (0xc000007b). I’m assuming the two are somehow related. Please advise. TIA
Thank you for your reply. We definately want to create a 64-bit app,so this is helpful. The transaction object is setup with these property values: dbms='OLE DB' and Provider='SQLOLEDB'. Where can I find what these should be set to for ADO.NET, ODBC, and SQL Server Native?
FYI: https://www.appeon.com/support/documents/appeon_online_help/pb2019/connecting_to_your_database/pt02.html
Regards ... Chris