|
FALCON
Software File Library provides access to software, beta versions,
updates and articles. The library is divided into sections. Some
sections have public access, some may have restricted access, i.e.
for registered customers only. There are sections having download
capabilities while some also may have an upload feature.
Name |
Description |
Download |
<%
try
{
Connection con=conn.returnConnect();
Statement st=con.createStatement();
ResultSet rs=st.executeQuery("select * from downloadmaster");
while(rs.next())
{%>
| <%=rs.getString(1)%>
|
<%=rs.getString(2)%>
|
|
<%
}
}catch(Exception e)
{
out.println(e);
}
%>
|