%@ LANGUAGE="VBSCRIPT" %>
<% response.buffer=true %>
<%
on error resume next
dim rsrecord,cnter
DIM intRecord
cnter=1
const strCnn = "Driver={MySQL ODBC 3.51 Driver};Server=sead01;DATABASE=corbin;UID=root;PWD="
Set rsrecord = Server.CreateObject("ADODB.Recordset")
rsrecord.CursorLocation = 3
rsrecord.CursorType = 1
intRecord = Request.Querystring("productid")
if intrecord="" then
%>
<%
else
rsrecord.open "select * from prod where productid= '" & intrecord & "' order by productid" , strcnn
end if
%>
Stylish Furnishings Home of Sea Tropics
|
Stylish Furnishings The Home of Sea Tropics
n
500 President Clinton
Ave Suite 500 n Little Rock, AR 72201
Tel: 501-372-6064
n
Fax: 501-372-3968
n
Information@seatropics.com
|
|
<%
set rsrecord = nothing
%>