M
Michael Jackson
Current project is in .NET 2003 using SQL Server 2000. I use strongly typed
datasets in this app, created by dragging a table form Server Explorer to a
design surface, walking thru the SQL Data adapter wizard and generating
Datasets.
The database in the Server Explorer is a db designed and maintained just for
the purpose of generating strongly typed datasets. I also maintain a SQL
Script in one of my projects (generated from the template database) to
create new databases from within my app.
My problem arises when I want to modify the tables in the database. I have
to delete the Dataset, remove the Sql DataAdapter from the design surface,
modify my table, re-drag it back to the design surface and walk thru the
whole process of creating SDA's and Datasets again, and modifying the SQL
script.
Adding a column to a table ends up taking an hour or more.
Is there an alternative, a tool, a utility, etc that can help automate this
or replace it entirely?
NOTE: We will soon be migrating the app to Net 2005 and SQL Server 2005.
Will this problem go away in .NET 2005?
Michael
datasets in this app, created by dragging a table form Server Explorer to a
design surface, walking thru the SQL Data adapter wizard and generating
Datasets.
The database in the Server Explorer is a db designed and maintained just for
the purpose of generating strongly typed datasets. I also maintain a SQL
Script in one of my projects (generated from the template database) to
create new databases from within my app.
My problem arises when I want to modify the tables in the database. I have
to delete the Dataset, remove the Sql DataAdapter from the design surface,
modify my table, re-drag it back to the design surface and walk thru the
whole process of creating SDA's and Datasets again, and modifying the SQL
script.
Adding a column to a table ends up taking an hour or more.
Is there an alternative, a tool, a utility, etc that can help automate this
or replace it entirely?
NOTE: We will soon be migrating the app to Net 2005 and SQL Server 2005.
Will this problem go away in .NET 2005?
Michael