in vb.net to store this query in dataset ..In Sql query I have a Employee Id
M 1
M 31
M 41
M 58
M 6
M 60
M 67
S 10
S 118
S 133
S 143
S 151
S 155
S 157
S 158
S 25
S 28
S_7
W 2
W 31
how it is possible by order wise like :
M 1
M 6
M 31
M 41
M 58
M 60
M 67
S_7
S 10
S 25
S 28
S 118
S 133
S 143
S 151
S 155
S 157
S 158
W 2
W 31
i m using select * from table order by employeeid asc but i don't get the proper output