% '############################################################################### '### Create Database Connection Dim oConn, oRs, strDSNPath, strSQL Set oConn = Server.CreateObject("ADODB.Connection") oConn.Open(rates_WI_DSN) '############################################################################### strSQL = "SELECT * from Rates ORDER BY Date DESC" 'response.write strSQL 'response.end Set oRs = oConn.Execute(strSQL) %>
|
Rates for WISCONSIN as of <%=FormatDateTime(oRs("Date"),1)%>* |
|
|
30 year |
<%=oRs("30year")%> % |
|
20 year |
<%=oRs("20year")%> % |
|
15 year |
<%=oRs("15year")%> % |
|
5/1 ARM |
<%=oRs("5_1ARM")%> % |
|
3/1 ARM |
<%=oRs("3_1ARM")%> % |
|
*Rates are subject to change without notice. |
|
|
Based on a minimum loan size of $100,000 and a 5% down payment. |
|