J
Joel Lyons
I've been using the VS 2005 wizards to generate strongly-typed datasets,
datatables, and table adapters for a client/server application. I use the
table adapters on the server to connect to the database and retrieve
datatables. I then return those datatables to the client. I would really
like to have the datatable definitions in one assembly (distributed with the
client application) and the tableadapters in another assembly (only needed
on the server, has a bunch of code and connection strings).
It was fairly easy to split them up manually and compile them into separate
assemblies. Of course, once I do that the designer can't handle the
tableadapters any more so it makes it very difficult to upgrade and maintain
them.
It would be nice if the VS designer allowed us to generate them separately
so they could be compiled into separate assemblies.
Anybody have any thoughts/ideas on this? What is the underlying tool that
VS uses to generate table adapters? Perhaps it supports this kind of thing.
Joel
datatables, and table adapters for a client/server application. I use the
table adapters on the server to connect to the database and retrieve
datatables. I then return those datatables to the client. I would really
like to have the datatable definitions in one assembly (distributed with the
client application) and the tableadapters in another assembly (only needed
on the server, has a bunch of code and connection strings).
It was fairly easy to split them up manually and compile them into separate
assemblies. Of course, once I do that the designer can't handle the
tableadapters any more so it makes it very difficult to upgrade and maintain
them.
It would be nice if the VS designer allowed us to generate them separately
so they could be compiled into separate assemblies.
Anybody have any thoughts/ideas on this? What is the underlying tool that
VS uses to generate table adapters? Perhaps it supports this kind of thing.
Joel