日期:2014-05-16 浏览次数:20392 次
环境:win7+sybase12.5 odbc
?
1、下载SYBASE ODBC
下载地址:http://download.csdn.net/download/cqhweb/1701932
?
?
2、配置:将以下代码存入import.reg文件,双击即可。
?
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers] "Sybase ASE driver"="Installed" [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\Sybase ASE driver]"UsageCount"=dword:0000000e "Driver"="D:\\temp\\ASUS DRIVER\\ASE125ODBC\\syodase.dll" "Setup"="D:\\temp\\ASUS DRIVER\\ASE125ODBC\\syodases.dll" "SQLLevel"="0" "FileUsage"="0" "DriverODBCVer"="3.70.0.20" "ConnectFunctions"="YYY" "APILevel"="2" "CPTimeout"="60" "AltDefaults"="1"?
?
3、将D:\temp\ASUS DRIVER\ASE125ODBC放入环境变量的Path中。
?
4、此时去ODBC里新建一个即可。
?
refurl:http://download.csdn.net/detail/cshui/220237#comment
?
refurl:http://zhidao.baidu.com/question/226913020.html
?