
07-24-2003, 11:09 AM
|
|
Verbose Coder
Retired Moderator * Guru *
|
|
Join Date: Dec 1999
Location: Phoenix, Arizona
Posts: 3,011
|
|
|
You should be able to do it with ADOX.
You can also do it with ADO using the Execute method off the connection object with the proper SQL DDL statement. In this case, that would be the ALTER TABLE (ADD COLUMN) statement.
You should be able to find info on ALTER TABLE in MSDN or SQL Books Online and find info on ADOX in MSDN.
This topic has also been covered several times here so if you search you can probably find several examples.
Cheers,
Paul
|
|