|
-
Nov 8th, 2000, 09:26 AM
#1
Thread Starter
Member
Hi all,
Ok, so I have ADODC and a DataGrid. The DataGrid displays the query result that I put in.
Now my question is, is it possible do manipulate (sort, etc) what's in the DataGrid without sending more queries into the Database? In other words, is it possible to treat that data inside the DataGrid as disconnected data?
I know it's possible if I use recordsets and such, but can I do it without?
If I HAVE to use recordsets, and my recordset variable is rs, can I just do "DataGrid1.DataSource = rs"? Is this possible?
Thanks a lot!!
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
|