前两天我装SQL SERVER2000,结果在安装到数据库访问组件(MDAC)时出现了错误提示
SQL Redist
content: Command line option syntax error. Type Command /? for Help.
微软站点找到答案。是这样说的:
This problem may occur if all the following conditions are true:
• You run the SQL Server 2000 SP3 Setup.bat file from a folder that contains double-byte character set (DBCS)
characters in the folder name.
• An ODBC client program that uses the Sqlsrv32.dll file is running on your computer.
其中第一点是说,如果你把安装文件放在一个拥有双字节的名字的文件夹里就活该倒大霉。我的SQL SERVER2000安装盘的所在文件夹起了个中文名字,而汉字正是所谓的双字节。将文件夹名字改回英文再装,问题解决了。