Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
My own database
Message
From
20/12/2000 13:30:25
 
 
To
20/12/2000 13:13:49
Christian Bellavance
Université du Québec à Hull
Hull, Quebec, Canada
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Miscellaneous
Thread ID:
00455388
Message ID:
00455498
Views:
32
>I will read about those 2 technics thanks. But what will be the file format, How I will be able to put all information in the file. What will be the structure of the recorde in the file?
>
>Thanks.

You can save the ADO RecordSet contents as a file using the RecordSet.Save() method.
You can use the rs.Open method to open the file later.

For ADO 2.0 and 2.1, Save() creates a file with a proprietary format.

ADO 2.5 allows the Save() method to create an XML file. That's more flexible, so I would suggest getting 2.5 if you don't already have it. The format is well-formed XML, with a schema included in the file.

For better info than I can give you here, see the ADO help
From w/in VB, add the ADO library you want to use to the project references and then from the Object Browser, select the object you want help with (RecordSet, e.g.). Right-click and select help.
Or you can look it up online at msdn.microsoft.com
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform