G
Guest
I would like to read data from a database table row by row and execute some codes based on the data retrieved from each row. For example, there are 4 fields on a table called Image_Tbl. Those fields are Image ID, Image Path Name, X-Coordinate, and Y-Coordinate. Data stored on the table will be
Image ID Image Path Name X-Coordinate Y-Coordinat
ImgBtnLight image\light.gif 192px 92p
ImgBtnAC image\ac.gif 256px 152p
How should I make a loop saying before end of the database table records and for each row of data, execute the some codes. Thank you for your time
Thanks
Ester
Image ID Image Path Name X-Coordinate Y-Coordinat
ImgBtnLight image\light.gif 192px 92p
ImgBtnAC image\ac.gif 256px 152p
How should I make a loop saying before end of the database table records and for each row of data, execute the some codes. Thank you for your time
Thanks
Ester