<% ' FileName="Connection_odbc_conn_dsn.htm" ' Type="ADO" ' DesigntimeType="ADO" ' HTTP="false" ' Catalog="" ' Schema="" 'declare ADO variables dim adOpenForwardOnly, adLockReadOnly, adCmdText, adCmdTable adOpenForwardOnly = 0 adLockReadOnly = 1 adCmdText = 1 adCmdTable = 2 Dim MM_business_list_STRING 'MM_business_list_STRING = "File Name=C:\Data_Sources\business_list.udl;" MM_business_list_STRING = "DRIVER=org.gjt.mm.mysql.Driver;URL={jdbc:mysql://localhost:3306/frisbee};uid=frisbee;pwd=lennox64;" %>