N
Nils Magnus Englund
Hi,
I have two questions about the DataSet designer in Visual Studio 2005:
1. How can I make another TableAdapter under a DataTable which already has
one? I'm sharing the DataSet with the DataTable between two applications,
and they need separate TableAdapters...
2. I've created the DataTable with structure identical to the SQL Server
table it is based on - can I easily update (not automatically, but from the
designer) the DataTable to make the DataTable structure match the SQL Server
table? (i.e. when a column is added or modified in the SQL Server table, I
want to click a button in VS2005 so the same modification is done in the
DataTable).
Thanks!
Regards,
Nils Magnus Englund
I have two questions about the DataSet designer in Visual Studio 2005:
1. How can I make another TableAdapter under a DataTable which already has
one? I'm sharing the DataSet with the DataTable between two applications,
and they need separate TableAdapters...
2. I've created the DataTable with structure identical to the SQL Server
table it is based on - can I easily update (not automatically, but from the
designer) the DataTable to make the DataTable structure match the SQL Server
table? (i.e. when a column is added or modified in the SQL Server table, I
want to click a button in VS2005 so the same modification is done in the
DataTable).
Thanks!
Regards,
Nils Magnus Englund