Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating DBF using ADO
Message
De
28/07/2002 13:14:29
 
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00683348
Message ID:
00683351
Vues:
31
Read/write is simple - use last version of ADODB library (Microsoft ActiveX Data Objects). You can execute SELECT/UPDATE/INSERT/DELETE SQL statements. SELECT statements will return Recordset objects. Instead of these statements you can manipulate Recordset object by methods (AddNew, Delete, Update).

Creating tables is more complex - you must use ADOX library (Microsoft ADO Extension for DDL and Security). Use Catalog object and its Tables collection, to which you can add new table definition, including definition of all its fields (through Columns collection).

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform