when i use ASP programming, i use the following :
Set conn=Server.CreateObject("ADODB.Connection")
Conn.open "dsn=benix; ;"
because i access the SQL2000 by the way i access the win2000, i don't need userid and pass word for SQL2000
however, when i run the software, it tells me the following error:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/benix/choice.asp, line 14
who call tell me how to do? thanks a lot
Set conn=Server.CreateObject("ADODB.Connection")
Conn.open "dsn=benix; ;"
because i access the SQL2000 by the way i access the win2000, i don't need userid and pass word for SQL2000
however, when i run the software, it tells me the following error:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/benix/choice.asp, line 14
who call tell me how to do? thanks a lot