Sahil
Fri Oct 22 10:34:28 CDT 2004
Yes, the CommandText property will give you the text.
And much to your chagrin as you will see CommandBuilder generates a hyper
inefficient command too.
- Sahil Malik
http://www.dotnetjunkies.com/weblog/sahilmalik
Please reply to the newsgroups instead of email so everyone can benefit from
your reply.
"mh1mark" <mh1mark@discussions.microsoft.com> wrote in message
news:49828AF0-FACB-4C68-B01F-4E25B9B5ADBB@microsoft.com...
> I'm having some trouble with an insert back to a datasource using the the
> insertcommand built by commandbuilder. I suspect it may be a slight
problem
> with the insert statement. Is there any way to see the actual insert
> statement that commandbuilder creates?