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 > ADO , connecting to public folders from ASP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-26-04, 16:07
Shevy Shevy is offline
Registered User
 
Join Date: Jan 2004
Posts: 2
ADO , connecting to public folders from ASP

I am trying to connect to the Exchange public folders from an ASP page.
I thought this would be fairly simple, however when i get to the open line i get the following error:

"Object or data matching the name, range, or selection criteria was not found within the scope of this operation."

Here is my code
Set oRec = server.CreateObject("ADODB.Record")
sUrl = "http://servername/public/public folder name
oRec.Open sUrl

it breaks out on the open, i am working on this for a long time and cant seem to figure it out. please can anyone give me a clue?????
thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 02-03-04, 04:11
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
Hopefully this might give you some clues about how to connect to Exchange:

Able Consulting - ADO Connection String Samples
http://www.able-consulting.com/ADO_Conn.htm
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
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