Earl
Mon Nov 28 23:17:10 CST 2005
1.1
"Sahil Malik [MVP]" <contactmethrumyblog@nospam.com> wrote in message
news:%23zbHaOJ9FHA.476@TK2MSFTNGP15.phx.gbl...
> Is this .NET 2.0 or 1.1?
>
> - Sahil Malik [MVP]
> ADO.NET 2.0 book -
>
http://codebetter.com/blogs/sahil.malik/archive/2005/05/13/63199.aspx
> ----------------------------------------------------------------------------
>
> "Earl" <brikshoe@newsgroups.nospam> wrote in message
> news:OHkulx98FHA.3416@TK2MSFTNGP15.phx.gbl...
>> Creating a datatable from scratch and then I'm inserting with a select in
>> the sproc to return the current values after the insert. Now I realize
>> the timestamp column is a datatype of byte, and I'm not trying to insert
>> the timestamp, but I want to keep the column in the datatable to be
>> populated with the return values. However, when the dataadapter tries to
>> apply the update, I'm getting an exception on the datatable timestamp
>> datatype. Any thoughts?
>>
>
>