alter table structure using FillSchema

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

Hi All,

using FillSchema() method of an dataadapter can I alter a table on sql
server?

instead of using "alter table alter column..." strings I'll use
getSchemaTable modify columns I need and then use FillSchema to submit
changes to the server...

Thanks,
Daniel
 
Daniel said:
Hi All,

using FillSchema() method of an dataadapter can I alter a table on sql
server?

instead of using "alter table alter column..." strings I'll use
getSchemaTable modify columns I need and then use FillSchema to submit
changes to the server...

Sorry, FillSchema doesn't submit anything to the server.

John Saunders
 

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