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 > ADODB.Connection (0x800A0E7A)

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-31-04, 19:44
rad0123 rad0123 is offline
Registered User
 
Join Date: Jan 2004
Posts: 15
ADODB.Connection (0x800A0E7A)

Hi i hope you can help but when i load up my site it gives me this error on every page can u could you tell me what i need to do ::::


Error Type:
ADODB.Connection (0x800A0E7A)
Provider cannot be found. It may not be properly installed.
/123/i_utils.asp, line 26


Thanks in advance Richard
Reply With Quote
  #2 (permalink)  
Old 01-31-04, 20:19
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
What is the connection type you are using?
Reply With Quote
  #3 (permalink)  
Old 02-01-04, 15:01
rad0123 rad0123 is offline
Registered User
 
Join Date: Jan 2004
Posts: 15
Thumbs up

I think this is the right one microsoft.jet.oledb.4.0 Thanks
Reply With Quote
  #4 (permalink)  
Old 02-01-04, 21:44
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
Are you using the connection string like the following one?

Dim connString
connString = "Provider=Microsoft.Jet.OLEDB.4.0; "
connString = connString & "Data Source=../../DatabaseName.mdb"
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