100% cotton outer shell with very cool, big kid designs,
packaged in a reusable, vinyl drawstring bag. Easy-care,
machine wash and dry, colorfast fabrics. Ages 7+
<%
'Detail page for the slumber bag line of products
'------------------------------------------------
Dim code
code = Request("xCode") 'Retrieved information for the bag stock number
ConnString = "Driver={SQL Server};SERVER=sandbar.safesecureweb.com;DATABASE=bazoongi;UID=bazoongi;PASSWORD=qn82fk59"
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open ConnString
code = RS1("code")
Set RS = Conn.Execute("SELECT * FROM bag INNER JOIN category on bag.category = category.id WHERE bag.code = '"&code&"';")
%>