View Single Post
  #3 (permalink)  
Old Nov 14th, 2005, 19:53
tolis tolis is offline
Junior Member
Join Date: Nov 2005
Age: 55
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Importing RecordSet to .asp file

Sorry Sam
I am a little confused
the recordset with the information is rsHerodionRates

Where in the code

PHP: Select all

<%
Do While 
Not objRS.EOF
Response
.Write("<option value="""&objRS("value")&""">"&objRS("name")&"</option>")
objRS.MoveNext
Loop
%> 
I will put the rsHerodionRates ?

Regards
Tolis

Last edited by Rob; Nov 19th, 2005 at 13:20. Reason: PLEASE USE CODE TAGS!!!! [code]your code here[/code]
Reply With Quote