ADO Add New Column to a Table 
Author Message
 ADO Add New Column to a Table

How do you alter a table (add a column) from VB6 using ADO???


Mon, 04 Jun 2001 03:00:00 GMT  
 ADO Add New Column to a Table
Use a command:

Set cmdRdb = New ADODB.Command

Quote:

>How do you alter a table (add a column) from VB6 using ADO???



Mon, 04 Jun 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. need help please:joined tables,add new entries based on one table columns

2. need help please:joined tables,add new entries based on one table columns

3. Adding new column to existing table

4. Adding new column to existing table

5. Adding new column to existing table

6. VB.NET ADO Cant add column to table

7. Ado, add new table

8. Problem with ADO and SQl Server on adding a new record in a table

9. Add new column to Outlook's default view via macro

10. adding new columns

11. Adding new column into Access increases the size of the file

12. Adding new column with ADOX 2.5

 

 
Powered by phpBB® Forum Software