Display data from database into 2 Column

Source: Internet
Author: User
<%
conn_string = "Driver={microsoft Access DRIVER (*.mdb)};D bq=" & Server.MapPath ("Link.mdb")
Set conn=server.createobject ("ADODB. Connection ")
Conn.Open conn_string
sql = "SELECT * from Cat ' ORDER by ID"
Set rs = conn.execute (SQL)
' Connect to database '
%>



<table border= "0" width= ">"

<%
Do but not Rs. Eof
Colnum = 1
Do While Colnum < 3
%>

<!--column-->
&LT;TD align=left valign=middle width= "><a href=" showlink.asp? CATID=&LT;%=RS ("id")%> "><%=rs (" Cat ")%>
</a></TD>

<%
If not Rs. EOF Then
Rs. MoveNext
End If
Colnum = colnum + 1
If not Rs. EOF Then
%>

<!--second column-->
&LT;TD align=left valign=middle width= "><a href=" showlink.asp? CATID=&LT;%=RS ("id")%> "><%=rs (" Cat ")%></a></td>

<%
End If
Colnum = colnum + 1
Loop
%>

</TR>



<%
If not Rs. EOF Then
Rs. MoveNext
End If
Loop
%>

</TABLE>

<% Rs.close
Conn.close
Set Conn = Nothing
%>



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.