i am trying to connect to a database on my machine. I am running windows 2000 advanced server.
below is the connection string
DSN1 ="DRIVER={SQL Server};SERVER=MICKTS;UID=sa;PWD=;"
DSN1 = DSN1 & "DATABASE=MICdb"
Set conn = Server.CreateObject("ADODB.Connection"

conn.Open DSN1
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E4D)
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection.
/development/search.asp, line 44
has anyone any ideas?