<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% dsn="driver={Microsoft Access Driver (*.mdb)};dbq=e:\users\GSWSWindows03\db\rockridgedistrict\ml.mdb" %> <% Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open dsn %> <% Set RSBODY = Server.CreateObject("ADODB.Recordset") SQLBODY = "SELECT * from Settings" RSBODY.Open SQLBODY, Conn, 1, 3 %> Rockridge District - Mailing List [an error occurred while processing this directive]
[an error occurred while processing this directive]
[an error occurred while processing this directive]
Retrieve Password
Email:
 
Maintained with the Ocean12 Mailing List Manager Pro v1.04
©2002 Ocean12 Technologies, all rights reserved.


[an error occurred while processing this directive]
<% Conn.close set Conn = nothing %>