%@LANGUAGE="VBSCRIPT"%>
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' DesigntimeType="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
Dim MM_ML_STRING
MM_ML_STRING = "dsn=ML;uid=;pwd=;"
%>
<%
Dim Vendors
Dim Vendors_numRows
Set Vendors = Server.CreateObject("ADODB.Recordset")
Vendors.ActiveConnection = MM_ML_STRING
Vendors.Source = "SELECT * FROM Vendors ORDER BY ID DESC"
Vendors.CursorType = 0
Vendors.CursorLocation = 2
Vendors.LockType = 1
Vendors.Open()
Vendors_numRows = 0
%>
<%
Dim Repeat1__numRows
Dim Repeat1__index
Repeat1__numRows = -1
Repeat1__index = 0
Vendors_numRows = Vendors_numRows + Repeat1__numRows
%>
Spotlight On Stores of Tulsa
 |
 |
|
|
Spotlight On Stores of Tulsa: |
|
|
|
|
|
 |
© 2007 Come To Tulsa.com, All rights reserved. | |
 |
|
|
<%
Vendors.Close()
Set Vendors = Nothing
%>