im having problem involving getting data from my mysql database server using c#..my database looks something like this
------ Col1------Col2 ---- Col3---- Col4-----Col5
Row1--- 7------- 1------- 4------- 0------- 3
i need to get the whole row..then sort the data from least to greatest then put the sorted data back to in database..can anyone please helptnx..