hi all,
iam working with sql server 2000 and c#
iam using the SqlDataAdapter
i read my data so fine
VB Code:
1 me 2 u
all i need is how to read the data in reverse
VB Code:
2 u 1 me
thats all,
thx alot :wave:
Printable View
hi all,
iam working with sql server 2000 and c#
iam using the SqlDataAdapter
i read my data so fine
VB Code:
1 me 2 u
all i need is how to read the data in reverse
VB Code:
2 u 1 me
thats all,
thx alot :wave:
SELECT * FROM MyTable ORDER BY MyColumn DESC
I suggest that you check out the SQL tutorial in my signature.
thx alot jmcilhinney
and sure i will check out the SQL tutorial in your signature.
:wave: