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
 
No it doesn't exist.. Is there a method to add it..??

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top