I try to connect with a SQL-database named ESMKENNISSQL from an ASP-page using the follwoing code:
conn.open "esmkennissql", "gert","password"
User "gert" is an existing user for the SQL-database. I'm using an ODBC-connection for the connection.
For some reason I get the following error in Ineternet Explorer.
Microsoft OLE DB Povider for ODBC Drivers error '80040e4d'
[ODBC SQL SERVER DRIVER][SQL SERVER] Login failed for user 'WASHINGTON\IUSR_WASHINGTON'
/kennisbank/mwdropdown.inc, line 6
Line 6 in mwdropdown is the line conn.open "esmkennissql","gert","password"
I don't understand why I get an error saying loging failed for user WASHINGTON (which is the name of the NT-server!)while I'm explicitally referring to user "gert"
I have no clue why this isn't working because it has worked in the past. I suppose someone (maybe it was me) changed some settings in SQL enterprise manager by accident, but I can't figure out what. I hope someone can help me, because it's driving me nuts.
Thanks,
Gert
conn.open "esmkennissql", "gert","password"
User "gert" is an existing user for the SQL-database. I'm using an ODBC-connection for the connection.
For some reason I get the following error in Ineternet Explorer.
Microsoft OLE DB Povider for ODBC Drivers error '80040e4d'
[ODBC SQL SERVER DRIVER][SQL SERVER] Login failed for user 'WASHINGTON\IUSR_WASHINGTON'
/kennisbank/mwdropdown.inc, line 6
Line 6 in mwdropdown is the line conn.open "esmkennissql","gert","password"
I don't understand why I get an error saying loging failed for user WASHINGTON (which is the name of the NT-server!)while I'm explicitally referring to user "gert"
I have no clue why this isn't working because it has worked in the past. I suppose someone (maybe it was me) changed some settings in SQL enterprise manager by accident, but I can't figure out what. I hope someone can help me, because it's driving me nuts.
Thanks,
Gert