I\'m trying to populate a with \'s on a site with Classic ASP/VBScript. The values are read and taken from an SQL Serv
What is the datatype of specialty ?
specialty
try this:
DO WHILE NOT rows.EOF specialty = rows("specialty") %> <%=specialty%> <% rows.moveNext LOOP