Can I sync a typed dataset schema with database schema easily?

Can I sync a typed dataset schema with database schema easily?

am 02.01.2008 09:33:47 von DFS

Hello,

I am working on a project with a strongly typed dataset...I have to make
alot of changes to it as I change the database schema. Its tedious, error
prone and time consuming updating it manually as I have to do everything
twice...

Is there a way I can automatically regenerate it from the database via
commandline? after all its just an exact duplicate?

Thank you very much to anyone who has any ideas..
John Sheppard

Re: Can I sync a typed dataset schema with database schema easily?

am 02.01.2008 11:37:22 von DFS

"John" wrote in message
news:flfi9f02fal@news4.newsguy.com...
> Hello,
>
> I am working on a project with a strongly typed dataset...I have to make
> alot of changes to it as I change the database schema. Its tedious, error
> prone and time consuming updating it manually as I have to do everything
> twice...
>
> Is there a way I can automatically regenerate it from the database via
> commandline? after all its just an exact duplicate?
>
> Thank you very much to anyone who has any ideas..
> John Sheppard
>

hmm I could export it to XML then use XSD.EXE.......anyone tried that? cant
see anything with google, surely someones tried that?

I dont like datasets, they make me sad :(

John Sheppard