エラー タイプ
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/myweb/receivedata.asp, line 18
ブラウザ タイプ
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
ページ
POST 31 bytes to /myweb/receivedata.asp
各位大虾 这是怎么了
??
set conn=server.createobject("ADODB.connection")
conn.open "FILEDSN=gly.dsn"
SQL = " insert into login values ('gly')"
set rs=conn.EXECUTE(SQL)
Microsoft OLE DB Provider for ODBC Drivers (0x80040E4D)
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
/myweb/receivedata.asp, line 20
为什么用别人的机器上的数据库就好使 用自己的就不好用 帮帮忙啊 大虾
Microsoft OLE DB Provider for SQL Server (0x80004005)
[DBNETLIB][ConnectionOpen (Connect()).]Specified SQL server not found.
/myweb/receivedata.asp, line 20