Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating DBF using ADO
Message
From
28/07/2002 13:14:29
 
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00683348
Message ID:
00683351
Views:
30
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?...

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform