
i have a database having columns id(int),path(text),width(int),height(int),avdRed(float),avgGreen(float),avgBlue(float) i have to retrieve all the fields of various rows from database in labels by clicking previous and next buttons.also first record should be visible as soon as the window opens n previous button should be disabled that time.next should be disabled if the last record is being shown. a delete button should also be there so as to delete certain record.after deleting the record next record should be shown up in the labels.please provide the code... i need help... thanks for help...