Hi,
I am looking in to the possibility of taking a SQL database table which has 50 fields and pulling the field names into an html dropdown list dynamically with classic ASP.
It is not the results / data in there i need. Reason being that i would have to manually populate the dropdown with the field names and this would take ages and the field list will always grow so i want it to be dynamic and automatically populate, just like if i was pulling the data from the table, which i already do with some applications i have built.
Thanks for any advise.
I am looking in to the possibility of taking a SQL database table which has 50 fields and pulling the field names into an html dropdown list dynamically with classic ASP.
It is not the results / data in there i need. Reason being that i would have to manually populate the dropdown with the field names and this would take ages and the field list will always grow so i want it to be dynamic and automatically populate, just like if i was pulling the data from the table, which i already do with some applications i have built.
Thanks for any advise.