<%@LANGUAGE="VBSCRIPT"%> <% set rsCatalog = Server.CreateObject("ADODB.Recordset") rsCatalog.ActiveConnection = MM_connParker_STRING rsCatalog.Source = "SELECT * FROM Products" rsCatalog.CursorType = 0 rsCatalog.CursorLocation = 2 rsCatalog.LockType = 3 rsCatalog.Open() rsCatalog_numRows = 0 %> Parker Albums

 

All Parker Album Accessories Are Made of Photo-Safe Materials.

     
     

<%=(rsCatalog.Fields.Item("ProductName").Value)%>

<% rsCatalog.Close() %>