Asp Recorsets
how to Set up a ASP page that will get a file off an FTP site and put it on the ASP site.
and alsO I have an Access database, the form scrolls though the records 18 records at a time, pauses for 15 seconds then gets the next 18.
how to Set up a ASP page that will get a file off an FTP site and put it on the ASP site.
and alsO I have an Access database, the form scrolls though the records 18 records at a time, pauses for 15 seconds then gets the next 18.
I don't even know if there can be more than one recordsets on the same page so I'll concentrate on my problem assuming I'll need only one recordset. This time I won't need anything solved for me, just your thoughts please. Here is the deal.
I have a form with checkboxes with one picture standing beside them. Than, there is a table with 6 columns and x-rows. Every column is a different category and has a different name.
What I need is to populate the rows with data from the database but that should be sorted in the proper category (column) of the html table. There is a connection between the row value and the picture in the recordset. The first thing I thought was to make a 6 different recordsets from the same database (I don't know if that is possible), but than I was confused with the 'Do until rsXXX.EOF' part.