pb2019 pb2021,安装SQL OLEDB驱动时的注意事项:
I installed PB 2019 R3, but when I go to the Database Profiles Window, MSOLEDBSQL SQL Server is not listed.

Please go to the registry to check and see the key MSOLEDBSQL exists under HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Sybase\PowerBuilder\19.0\Vendors\.

If not, please try to use regsvr32 to re-register pbmsoledbsql.dll to add this registry key, you can execute the following command:
regsvr32 "C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime 19.2.0.2670\pbmsoledbsql.dll"
This issue might be related to permission. To further locate the root cause of it, it is suggested you upload the PB installation log files for us to analyze. The default path is C:\Windows\SysWOW64\AppeonInstallLog.
Please let me know which version of Microsoft® OLE DB Driver you installed.
PB 2019 R3 and PB 2021 don't support Microsoft® OLE DB Driver 19.
Please install and try Microsoft® OLE DB Driver 18.
Microsoft® OLE DB Driver 19 will only be supported when PB 2022 is released.
在安装PB2019R3或PB2021后,如果在DatabaseProfiles窗口中找不到MSOLEDBSQLSQLServer,可能需要检查注册表中的MSOLEDBSQL键。可以通过执行regsvr32命令重新注册pbmsoledbsql.dll文件。另外,文章指出PB2019R3和PB2021不支持MicrosoftOLEDBDriver19,推荐使用MicrosoftOLEDBDriver18,因为19仅在PB2022发布后才被支持。建议上传PB的安装日志以帮助分析问题。
2195

被折叠的 条评论
为什么被折叠?



