%@LANGUAGE="JAVASCRIPT"%>
<%
var rs_books_db_plummer = Server.CreateObject("ADODB.Recordset");
rs_books_db_plummer.ActiveConnection = MM_jfs_products_STRING;
rs_books_db_plummer.Source = "SELECT * FROM books_d_b_plummer";
rs_books_db_plummer.CursorType = 0;
rs_books_db_plummer.CursorLocation = 2;
rs_books_db_plummer.LockType = 1;
rs_books_db_plummer.Open();
var rs_books_db_plummer_numRows = 0;
%>
<%
var rs_books_other_authors = Server.CreateObject("ADODB.Recordset");
rs_books_other_authors.ActiveConnection = MM_jfs_products_STRING;
rs_books_other_authors.Source = "SELECT * FROM books_other_authors";
rs_books_other_authors.CursorType = 0;
rs_books_other_authors.CursorLocation = 2;
rs_books_other_authors.LockType = 1;
rs_books_other_authors.Open();
var rs_books_other_authors_numRows = 0;
%>
<%
var Repeat1__numRows = -1;
var Repeat1__index = 0;
rs_books_db_plummer_numRows += Repeat1__numRows;
%>
<%
var Repeat2__numRows = -1;
var Repeat2__index = 0;
rs_books_other_authors_numRows += Repeat2__numRows;
%>
site map
|
Select a link below, Please be Patient |
Belts, Bags and Game Carriers |
|
|
|
|
|
|
|
|
|
|
|
|
|
<%
rs_books_db_plummer.Close();
%>
<%
rs_books_other_authors.Close();
%>