Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Modify MS Access table with VB and ADO

0 views
Skip to first unread message

Michael Kolechkin

unread,
Mar 6, 2002, 6:33:28 AM3/6/02
to
Hello BaBa

> Does anyone konw how to modify an existing MS Access Table
> with VB and ADO (ie, to add or delete fields to a existing
> table etc.)
You can use either DDL (Data Definition Language)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/od
bcddl_statements.asp
with ADO or use ADOX (ADO Ext.)
Atricles about ADOX:
on MSDN
http://support.microsoft.com/support/kb/articles/q303/8/14.asp

on codeguru (with some samples):
http://www.codeguru.com/mfc_database/ADOX_in_details.html

> thanks.
You are welcome.


Val Mazur

unread,
Mar 6, 2002, 7:59:30 AM3/6/02
to
hi,

Use ADOX library to do that

Val

>-----Original Message-----
>Does anyone konw how to modify an existing MS Access
Table
>with VB and ADO (ie, to add or delete fields to a
existing
>table etc.)
>

>thanks.
>.
>

0 new messages