I don't know how...

  • Thread starter Thread starter .:: MaStErDoN ::.
  • Start date Start date
M

.:: MaStErDoN ::.

I want to add a column to a dataset and then update my Access XP database
with the dataset changes.
Anyone knowns how to do it??

Thanks!

Andres
 
Well, you can do it through a SQL command but not directly through the
dataset. Adding a column to the dataset does not add it to the database

you would need an ALTER TABLE statement.

-CJ
 
Thsnks! I'll find it on the internet..


Andres
CJ Taylor said:
Well, you can do it through a SQL command but not directly through the
dataset. Adding a column to the dataset does not add it to the database

you would need an ALTER TABLE statement.

-CJ
 
Back
Top