|
EMAIL US VIDEOS NEW ITEMS ON SALE |
|
||||
|
ORDER a BicycleDesigner.com GIFT CERTIFICATE
NOTE: we will not be mailing you a Gift Certificate, but you can
print the image above from our shopping cart by
sales@bicycledesigner.com
www.bicycledesigner.com
|
|||||
|
<%
Set db = Server.CreateObject("ADODB.Connection")
db.Open Application("Database_ConnectionString")
Set rs = db.Execute("SELECT * FROM tblTypes WHERE Show=1 ORDER BY Type;")
While Not rs.EOF
%>
<% rs.MoveNext Wend rs.Close Set rs = Nothing db.Close Set db = Nothing %> |