Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
My own database
Message
De
20/12/2000 13:30:25
 
 
À
20/12/2000 13:13:49
Christian Bellavance
Université du Québec à Hull
Hull, Québec, Canada
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Titre:
Divers
Thread ID:
00455388
Message ID:
00455498
Vues:
34
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform