|
|
|
start date: Wed, 18 Jul 2007 07:33:38 -0700,
posted on: microsoft.public.dotnet.framework.adonet
back
| Thread Index |
|
1
ngb
|
|
2
Sheng Jiang[MVP] uss
|
Typed DataSets ADO.NET 2.0
For a project I have a typed dataset created ( by dragging tables/
views and configuring the appropriate queries ).
If the database schema for these tables is changed (e.g. few columns
get added), is it possible to automatically refresh the DataSet.
Right now, I see that the Fill query only has the previous columns
selected, the new added ones do not appear.
This is my first time using datasets, so wondering if the adapter
queries can be refreshed somehow.
Thanks.
Date:Wed, 18 Jul 2007 07:33:38 -0700
Author:
|
Re: Typed DataSets ADO.NET 2.0
You need to configue the tables and views again.
--
Sheng Jiang
Microsoft MVP in VC++
"ngb" wrote in message
news:1184769218.837934.167590@o11g2000prd.googlegroups.com...
> For a project I have a typed dataset created ( by dragging tables/
> views and configuring the appropriate queries ).
>
> If the database schema for these tables is changed (e.g. few columns
> get added), is it possible to automatically refresh the DataSet.
> Right now, I see that the Fill query only has the previous columns
> selected, the new added ones do not appear.
>
> This is my first time using datasets, so wondering if the adapter
> queries can be refreshed somehow.
>
> Thanks.
>
Date:Wed, 18 Jul 2007 13:00:58 -0500
Author:
|
|
|