Cannot register Sybase 15 ASE OLE DB driver on Windows 7

冷暖自知 提交于 2019-12-06 09:28:54

问题


I am trying to get the Sybase 15 ASE OLE DB driver set up on my Windows 7 machine. I already have the Adaptive Server Enterprise driver listed in the Drivers tab of my 32-bit ODBC Data Source Administrator (C:\Windows\SysWOW64\odbcad32.exe).

I tried to re-register the DLL with the command regsvr32 sybdrvoledb.dll and with C:\Windows\SysWOW64\regsvr32.exe sybdrvoledb.dll from a command prompt running as admin, and in both cases I get back "DllRegisterServer in sybdrvoledb.dll succeeded" but when I check in the ODBC administrator the driver is still not listed. Is there another way to get the ODBC administrator to recognize the OLE DB driver?

My goal is to be able to create the System DSN named ASEOLEDB that uses the OLE DB driver. I have tried uninstalling and reinstalling Sybase 15 to see if ASEOLEDB would be created automatically and it is not.


回答1:


Try launching C:\Windows\SysWOW64\odbcad32.exe which will show you the 32 bit drivers. The other ODBC administrator which you're probably launching is located in C:\Windows\System32\odbcad32.exe



来源:https://stackoverflow.com/questions/17153924/cannot-register-sybase-15-ase-ole-db-driver-on-windows-7

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!