AdSoft Technologies Pakistan
System Analyst : Aamir Durrani # 0300 8585911
Alternate Custo
mer Support : # 0333 9255911
ez911 - ez rescue
we are always there when you need us

info@ez911.com

Download the latest version to enjoy the additional facilities.  It is very strongly advised that you should BACKUP YOUR FILES BEFORE UPGRADING.  If upgrade fails to work for any reason you should be able to restore from the backup.

<% Set cn = Server.CreateObject("ADODB.Connection") sConnection = "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=" & _ Server.MapPath("db\ulink.mdb")&";" & _ "Persist Security Info=False" Cn.Open(sConnection) set cnt =cn.execute("select count(sno) from ulink") set rs =cn.execute("select sno, catagory, content, version, process, hlink from ulink ORDER BY catagory, content" ) %> <% FOR I = 1 TO cnt.fields(0) %> <% rs.movenext NEXT %>
S.NO CATAGORY CONTENT VERSION DATE PROCEDURE UPDATE
<% response.write(i)%>   <% response.write(rs.fields(1))%>   <% response.write(rs.fields(2))%>   <% response.write(rs.fields(3))%>   <% response.write(rs.fields(4))%>   DOWNLOAD <% response.write(rs.fields(2))%> NOW