|
|
|
<%
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "prebud"
Conn.execute ("SET CHARACTER SET latin2;")
Set RS=Conn.Execute("select * from products where categ=" & kat & "")
do while not RS.EOF
%>
<% RS.MoveNext Loop RS.Close Conn.Close %> |