<%
ust = 0
Set bilgi = Server.CreateObject("Adodb.Recordset")
bilgi.CursorType = 3
bilgi.LockType = 3
Set bag=Server.CreateObject("Adodb.Connection")
bag.Open="Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=" & Server.MapPath(veri_tabani) & ";" & "Persist Security Info=False"
sql= "SELECT * FROM ust_menu order by sira "
bilgi.open sql,bag
bilgi.movefirst
do while not bilgi.eof %>