Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

VB.NET for Sorting of Dataset.Compute

610219Jan 9 2008 — edited Jan 9 2008
Hi,

I have a dataset with the following data

ds.Tables(0).Rows(0).Columns("P") = 3
ds.Tables(0).Rows(0).Columns("P1") = 5
and so on...

How do I sort my dataset based on columns("P") with the values from the highest to lowest using dataset.compute(..) ??

Appreciate any advise!!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 6 2008
Added on Jan 9 2008
1 comment
5,085 views