Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

failed for user '(null)'

Status
Not open for further replies.

JKingdom

Programmer
May 9, 2004
141
AE
any idea why am getting this error ???


Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E4D)
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.

 
Set con = Server.CreateObject ("ADODB.Connection")
con.open "DSN=finance;Uid=;Pwd=;Trusted_Connection=yes;"
 
my problem got solved .. i edited the Anonymous password .. :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top