Globel Rates
From
South Africa
to
- Select a Country -
<% Set Conn = Server.CreateObject("ADODB.Connection") Conn.ConnectionString="DSN=globelrates" Conn.Open SQL1 = "SELECT id, name FROM fromsa ORDER BY id" Set RS1 = Conn.Execute(SQL1) Do While Not RS1.EOF %>
"><%= RS1("name") %>
<% RS1.MoveNext Loop Set RS1 = nothing Set Conn = nothing %>