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 > Can't access .asp pages in explorer

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-15-03, 11:15
Rob1982 Rob1982 is offline
Registered User
 
Join Date: Dec 2003
Posts: 22
Can't access .asp pages in explorer

Hi

I can't seem to access a asp page in explorer, I have set up my connection to oracle using the Oracle Provider for OLE DB, in a UDL file. I entered my username and password, tested connection and it said connection made.

Pasted the line from UDL file in notepad which said my Provider, password, and user id into Dremweaver into the correct area. This worked fine and I could see my database with it tables, then created a recordset, tested this and this displayed my data from the table.

But when I inserted a dynamic table, and used that recordset, I have had nothing but errors, when previewed in explorer.

First one was "ADODB.Recordset (0x800A0E7A)
Provider cannot be found"

I then went and changed the include from file to virtual, and the following error is displayed:

"The include file 'Connections/oracle.asp' was not found."

oracle.asp is the file with the info abt provider, password userID.

Any held would be great

Cheers

Rob
Reply With Quote
  #2 (permalink)  
Old 12-15-03, 12:58
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
What does your directory structure look like ?
Reply With Quote
  #3 (permalink)  
Old 12-15-03, 13:38
Rob1982 Rob1982 is offline
Registered User
 
Join Date: Dec 2003
Posts: 22
Quote:
Originally posted by rnealejr
What does your directory structure look like ?
My local directory is c:\web\

(And within this directory is the folder where the oracle.asp page is stored under connections) c:\web\connections

My testing server is c:\Inetpub\wwwroot\web\
This also has the folder connections, with the oracle.asp page within that folder

Cheers
Reply With Quote
  #4 (permalink)  
Old 12-15-03, 14:21
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
Where is the page that is including the oracle.asp page ?
Reply With Quote
  #5 (permalink)  
Old 12-15-03, 14:37
Rob1982 Rob1982 is offline
Registered User
 
Join Date: Dec 2003
Posts: 22
Quote:
Originally posted by rnealejr
Where is the page that is including the oracle.asp page ?
That page is in the c:\web directory and try's to link oracle.asp page in c:\web\connections
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