%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset2 Dim Recordset2_numRows Set Recordset2 = Server.CreateObject("ADODB.Recordset") Recordset2.ActiveConnection = MM_conn1_STRING Recordset2.Source = "SELECT * FROM tblComments" Recordset2.CursorType = 0 Recordset2.CursorLocation = 2 Recordset2.LockType = 1 Recordset2.Open() Recordset2_numRows = 0 %> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_conn1_STRING Recordset1.Source = "SELECT * FROM tblComments" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %>
Welcome to Dickens BNI |
|||||||||||
![]() |
|||||||||||
Click here to enter site |
|||||||||||
or use this quick menu to find the business you want
|
|||||||||||
|
|||||||||||
You need to install Flash Plug-in in order to view Flash content on this website correctly. Click Here to install Flash Plug-in
<% Recordset2.Close() Set Recordset2 = Nothing %> <% Recordset1.Close() Set Recordset1 = Nothing %>