PB错误unable to load the requested database

2024-10-12 16:00:12

1、PB中连接数据库,或者打开数据库画板连接microsoft sql server的时候会出现上图中的错误。我们继续操作

PB错误unable to load the requested databasePB错误unable to load the requested database

4、后来查阅资料,发现是少了名为ntwdblib.dll的SQL专用库文件,这个文件可以在网上下载得到,分为32位和64位,根据自己的操作系统来选择,这里比着的是64位的Win-10系统

PB错误unable to load the requested database

6、如果系统是Windows XP/WIN7/Vista的32位系统,将ntwdblib.dll复制到C:\Windows\System32目录下。如果系统是WIN7/win8.1/win10的64位系统,请将文件复制到C:\Windows\SysWOW64目录。

PB错误unable to load the requested database
猜你喜欢