<%
sqlstmt = "SELECT * from PRODUCT where ACTIVE_FLAG = 'Y' and PRODUCT_TYPE = 'Case' and BRAND = '" & listbrand & "' order by MODEL_NUMBER"
Set rs = Server.CreateObject("ADODB.Recordset")
rs.Open sqlstmt, conn, 3, 3
set found = 0
On Error Resume Next
rs.MoveFirst
do while Not rs.eof
%>
<%
rs.MoveNext
loop
if found = 0 then
response.write "