这几天一直忙着想在做一个网站..呵呵..折腾着玩的.
下载了一个forum软件.及mysql作为数据库.
安装完 snitz forum软件,以及mysql数据库软件后..
这两者一直联系不起来...郁闷了好久...
再请教大家...
错误提示为:
the database could not be opened !!
check your config.asp file and set the strConnString so it points to the database.
also check if strCDBType is set to the right databasetype.
code : 80004005
Error Description
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
我修改了config.asp 文件
把 strDBType="mysql" 前面的 ' 标记去掉
并修改了
strConnString="driver=MySQL;server=localhost;uid=root;pwd=root;database=test" ## MySQL w/ MyODBC v2.50
并去掉了上面这行字最前的 ' 标识符...
请问还需要改哪儿?
我怀疑是driver and database这两个字段值不正确,,但不知道用什么根据来修改这两个字段..谢谢

浙公网安备 33010602011771号