% strConnString = "driver={SQL Server};server=sql7.globalgold.co.uk;uid=betterthinking;pwd=master-point;database=betterthinking" set my_Conn = Server.CreateObject("ADODB.Connection") my_Conn.Open strConnString strSql = "SELECT * from forum_posts where int_votes > 0 order by int_votes DESC" set rs = my_Conn.Execute (strSql) %>
| Added: <%=datetime_date%> |
| <%=varchar_post%> |
| <%=varchar_name%>, <%=varchar_town%> |
| Recommended by: <%=int_votes%> Vote for this comment |