<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = "DRIVER={MySQL ODBC 3.51 Driver};SERVER=lunar.dirkstersdesigns.com;PORT=3306;DATABASE=hinsdal_mysqldb; USER=hinsdal_dirkc;PASSWORD=tinroad95;OPTION=3;" Recordset1.Source = "SELECT * FROM hinsdal_mysqldb.mknotes" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> Hinsdale Associates
       
Members Only Registration

Thank you for your interest in our free "Members Only" section of our website.

By completing a short registration form you'll not only have access to our weekly newsletter archive, you'll also receive, via email, all future weekly newsletters. You'll also have access to any new features that we have planned.

Click the button below to begin the registration process.


If you are already registered, click the login button below.

 


7  

Copyright 2007 Hinsdale Associates, Inc.

Website Design by
Dirkster's Designs
Inexpensive websites, not cheap.

<% Recordset1.Close() Set Recordset1 = Nothing %>