hello all,i am using sql server 2000 and ASP .when i connect to db i am getting this error.
Microsoft OLE DB Provider for ODBC Drivers (0x80040E4D)
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'WIGGUM\IUSR_WIGGAM'.
/pcdisplay/frontend.asp, line 17
even i entered correct passwd .
my connection string is
dim objConn
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.Open "DSN=wig; UID=test;PWD=hello"
objConn.Close
how can i rectify this? i like to display query results in a html table
exactly i like to get select count(*) from a table .how shall i execute query and assign the result to a variable. pls clear my doubts.thx in advance
-regards
aravind