Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Trouble times... how do i finish this off
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Trouble times... how do i finish this off

 Post Reply Post Reply
Author
vaio View Drop Down
Groupie
Groupie


Joined: 08 November 2001
Location: United Kingdom
Status: Offline
Points: 43
Post Options Post Options   Thanks (0) Thanks(0)   Quote vaio Quote  Post ReplyReply Direct Link To This Post Topic: Trouble times... how do i finish this off
    Posted: 30 May 2003 at 4:03am

am stuck... baically i am trying to list all the user account records from MS active direcotry and create an update form to update the user accounts .. so far the a lot of techie sites havenot been able to help... :o(

<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include virtual="adovbs.inc"-->


<%
SQLStmt = "SELECT cn, title, telephoneNumber " & _
"FROM 'LDAP://penninedc1/DC=xpenninecare,DC=nhs,DC=uk' "


Set Conn = CreateObject("ADODB.Connection")
Conn.Provider = "ADSDSOObject"
Conn.Open "ADs Provider"

set rs = conn.Execute(SQLStmt)


%>


<html>
<head>
<title> active direcotry and asp - user listings </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="en-gb">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>

</head>

<body topmargin="0" leftmargin="0">
<a href="updateForm.asp?surname=<%=(rs.Fields.Item("surname").Value)%>">click
here</a>




<table border="0" cellpadding="0" cellspacing="0" width="625" height="431">
<tr>
<td width="72" height="121">
</td>
<td width="180" height="121"> </td>
<td width="373" height="121">
</tr>


 

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.