|
-
May 16th, 2002, 11:12 AM
#1
Thread Starter
Lively Member
I don't know if this is the only way, but one way is to create a "custom" ADO recordset and then attach this to the datagrid. ADO recordsets are generally a lot more friendly at data manipulation than the datagrid control...and you can create an ADO recordset without ever attaching to a database or anything.
The following url is to an article explaining "custom" ADO recordsets:
http://www.4guysfromrolla.com/webtech/071799-1.shtml
Also, the recordset object can save and load .xml files, so if you wanted to store your data in this format...piece of cake.
Good luck!
Dave <><
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
|