RE: [ActiveDir] AD Phone list

2004-06-11 Thread Deji Akomolafe
Late to the Party, as usual. Better late than never, uh? Someone asked this same question on this list about a month or so ago and I responded that I would post some code snippets of how I do this in some of my environments. I never really got around to contacting that person. I have a demo

RE: [ActiveDir] AD Phone list

2004-06-10 Thread Lou Vega
What development platform are they working with? Classic ASP, .NET, something else? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Benway Sent: Thursday, June 10, 2004 10:54 AM To: '[EMAIL PROTECTED]' Subject: [ActiveDir] AD Phone list I talked

RE: [ActiveDir] AD Phone list

2004-06-10 Thread Jason Benway
Classic ASP -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lou Vega Sent: Thursday, June 10, 2004 11:44 AM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] AD Phone list What development platform are they working with? Classic ASP, .NET, something else

RE: [ActiveDir] AD Phone list

2004-06-10 Thread Jason Benway
Here is his current code and error: ___ The error 0x80004005 Unspecified Error occurs when I try to query for various items. I've added otherphone to this code as an example. The error occurs on line 18: objRS.Open strSQL, objConn, 1, 1.

RE: [ActiveDir] AD Phone list

2004-06-10 Thread Mulnick, Al
Sent: Thursday, June 10, 2004 1:59 PM To: '[EMAIL PROTECTED]' Subject: RE: [ActiveDir] AD Phone list Here is his current code and error: ___ The error 0x80004005 Unspecified Error occurs when I try to query for various items. I've added

RE: [ActiveDir] AD Phone list

2004-06-10 Thread Cotter, Paul M.
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Benway Sent: Thursday, June 10, 2004 12:59 PM To: '[EMAIL PROTECTED]' Subject: RE: [ActiveDir] AD Phone list Here is his current code and error

RE: [ActiveDir] AD Phone list

2004-06-10 Thread Roger Seielstad
. -Original Message- From: Jason Benway [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 1:59 PM To: '[EMAIL PROTECTED]' Subject: RE: [ActiveDir] AD Phone list Here is his current code and error: ___ The error

RE: [ActiveDir] AD Phone list

2004-06-10 Thread Cotter, Paul M.
PROTECTED] On Behalf Of Cotter, Paul M. Sent: Thursday, June 10, 2004 1:58 PM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] AD Phone list Looks like he's setting the connection string to something inappropriate: snip strConn = Active Directory Provider objConn.Open strConn /snip Should read

RE: [ActiveDir] AD Phone list

2004-06-10 Thread Murray Wall
How about this instead of pipen it to a file, put it to an xml/html file? http://www.jsiinc.com/subo/tip7300/rh7340.htm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Benway Sent: Thursday, June 10, 2004 8:54 AM To: '[EMAIL PROTECTED]' Subject: