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
 
Back
Top