|
-
May 9th, 2001, 10:16 PM
#1
Sorting Adodc
Anyone, help me please. How do i sort data in ADODC control?..
Thanks.
Cecile
The more u read, the more u do not know
-
May 10th, 2001, 12:53 AM
#2
Re: Sorting Adodc
Hi
If you use sql command to retrieve data, you can use "ORDER BY" sql command.
Ehsan
-
May 10th, 2001, 01:02 AM
#3
Re: Sorting Adodc
But then I'm using recordset.
Adodc1.Recordset.Sort #i dont what else
if I use
Adodc1.Recordset.Sort = "Field"
it tells error that this not support the funtion...
The more u read, the more u do not know
-
May 10th, 2001, 08:31 AM
#4
Re: Sorting Adodc
use sql instead of a table as your ADODC recordsource.
ie select [your fields here] from [table name here] Order by [your sort fields here]
hope this helps
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|