If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > ASP Data Access

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-24-03, 12:55
jainpriyanka jainpriyanka is offline
Registered User
 
Join Date: Jan 2003
Posts: 7
Question ASP Data Access

I am getting the following error
Error Type:
Microsoft JET Database Engine (0x80040E4D)
Not a valid account name or password.
/2.asp, line 47

My code is :

oConn.Open "Provider=Microsoft.Jet.OLEDB.4.0; " &_
"Jet OLEDBystem database=c:\PJ Projects\webforms\Database\ahs.mdw;" &_
"DSN=AHSWriteTouch;Data Source=WriteTouch.mdb;Name=name;Password=password; "

A quick solution or any related information will be highly appreciated! Thanks in advance!
Reply With Quote
  #2 (permalink)  
Old 01-27-03, 02:30
verplak verplak is offline
Registered User
 
Join Date: Jan 2003
Posts: 8
FOR YOUR INFORMATION

While I read some replies to questions on this website, I received several advertising pages not related nor appropriate to technical issues and complained.

Rather than an apology, my own website now gets bombarded with sex-site offerings operated by the same guys that run this website.
Reply With Quote
  #3 (permalink)  
Old 01-27-03, 02:42
jchandru jchandru is offline
Registered User
 
Join Date: Jan 2003
Posts: 6
Re: ASP Data Access

Please try to use a dsnless connection.

and check the uid and password correctly.




Quote:
Originally posted by jainpriyanka
I am getting the following error
Error Type:
Microsoft JET Database Engine (0x80040E4D)
Not a valid account name or password.
/2.asp, line 47

My code is :

oConn.Open "Provider=Microsoft.Jet.OLEDB.4.0; " &_
"Jet OLEDBystem database=c:\PJ Projects\webforms\Database\ahs.mdw;" &_
"DSN=AHSWriteTouch;Data Source=WriteTouch.mdb;Name=name;Password=password; "

A quick solution or any related information will be highly appreciated! Thanks in advance!
Reply With Quote
  #4 (permalink)  
Old 01-27-03, 09:18
pjames pjames is offline
Registered User
 
Join Date: Jan 2003
Posts: 23
Angry Re: FOR YOUR INFORMATION

And what does this have to do with anything It related. If you dont like the site don't return.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On