| |
.:: BAYİLER
|
|
<%
set rs = server.CreateObject("adodb.recordset")
rs.ACtiveConnection = conn
rs.Locktype = 3
rs.Cursortype = 3
rs.source = "Select * from Bayi where bayi_durum=1"
rs.open
while not rs.eof
%>
| |
<%=rs("bayi_ad")%>
<%=rs("bayi_adres")%>
<%=rs("bayi_tel")%>
|
|
<%rs.movenext
wend%>
|
<%if Session("bayiad")="" then%>
<%else%>
| Bayi Girişi |
|
|
| <%=Session("bayiad")%> |
Çıkış |
<%end if%>
|