<% Dim oConn, oRs Dim qry, connectstr Dim db_name, db_username, db_userpassword Dim db_server dim fieldname, tablename db_server = "h41mysql5.secureserver.net" db_name = "qystdatabase" db_username = "qystdatabase" db_userpassword = "Chao1917Data" fieldname = "name" tablename = "pageupdates" connectstr = "Driver={MySQL ODBC 3.51 Driver};SERVER=" & db_server & ";DATABASE=" & db_name & ";UID=" & db_username & ";PWD=" & db_userpassword Set oConn = Server.CreateObject("ADODB.Connection") oConn.Open connectstr %>



    
    
    
    
 

© 2007 QystTire.com - Design by EJEGrafX
OPTION 1:
Request a Tire Service Quote.
*

Fill out this form to submit your tire requirements and/or to describe your vehicle's concerns.

We will review and contact you as soon as we calculate your tire service price.

*QystTire.com reserves the right to confirm and/or to adjust your quote once we actually inspect your vehicle's condition.


To request a service appointment, click here.
<% oRS.close Set oRs = nothing Set oConn = nothing %>