472,126 Members | 1,563 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,126 software developers and data experts.

A little help with getrows()

j1c
I'm using getrows to return the values from two columns in a MSSQL sql
database. Looping through them like so:
dim irowloop, icolloop, i
for irowloop = 0 to ubound(instances, 2)
for icolloop = 0 to ubound(instances, 1)
response.write("<option value=""VAL"">") 'get 2nd col val
response.write(i(icolloop, irowloop))
response.write("</option>")
next
next

How can I get the value of the second column into the VALUE=""
attribute in the drop down?

Jul 22 '05 #1
0 1320

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

5 posts views Thread by Croney69 | last post: by
8 posts views Thread by Moshe | last post: by
9 posts views Thread by bajopalabra | last post: by
2 posts views Thread by Daniel | last post: by
21 posts views Thread by Thelma Lubkin | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.