I cant remember what its called but isnt there a command that will auto
generate the select update and delete commands for a data adapter at
runtime? based on a query you have...

Re: command to auto generate data adapters sel,upd,and delete commands? by Miha

Miha
Fri Feb 20 10:14:33 CST 2004

Hi Brian,

You are looking for [Prefix=OleDb, Sql]CommandBuilder class.
However I recommend that you create your commands at design time and avoid
CommandBuilder since it is a blackbox and you have no control over it.

--
Miha Markic [MVP C#] - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com


"Brian Henry" <brianiup[nospam]@adelphia.net> wrote in message
news:%23yrF5r89DHA.548@TK2MSFTNGP11.phx.gbl...
> I cant remember what its called but isnt there a command that will auto
> generate the select update and delete commands for a data adapter at
> runtime? based on a query you have...
>
>