All,

What kind of data type should I use to definde a timestamp (row version)
data-type in MS SQL Server for a column in a dataset?

I tried to define it as byte[], but MSDataSetGenerator is giving me the
"unable to convert xml file content to a DataSet" error.

Thanks,

John Yung

Re: define dataset column for timestamp data type in MS SQL server by Miha

Miha
Tue Nov 29 02:01:33 CST 2005

Hi John,

Go with base64Binary instead.

--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

"John Yung" <johny@sac.com> wrote in message
news:%23MWI%23LH9FHA.1148@tk2msftngp13.phx.gbl...
> All,
>
> What kind of data type should I use to definde a timestamp (row version)
> data-type in MS SQL Server for a column in a dataset?
>
> I tried to define it as byte[], but MSDataSetGenerator is giving me the
> "unable to convert xml file content to a DataSet" error.
>
> Thanks,
>
> John Yung
>
>



Re: define dataset column for timestamp data type in MS SQL server by John

John
Wed Nov 30 10:48:59 CST 2005

Miha,

Thanks, that works.

JY

"Miha Markic [MVP C#]" <miha at rthand com> wrote in message
news:%23IFZfsL9FHA.2844@TK2MSFTNGP10.phx.gbl...
> Hi John,
>
> Go with base64Binary instead.
>
> --
> Miha Markic [MVP C#]
> RightHand .NET consulting & development www.rthand.com
> Blog: http://cs.rthand.com/blogs/blog_with_righthand/
>
> "John Yung" <johny@sac.com> wrote in message
> news:%23MWI%23LH9FHA.1148@tk2msftngp13.phx.gbl...
> > All,
> >
> > What kind of data type should I use to definde a timestamp (row version)
> > data-type in MS SQL Server for a column in a dataset?
> >
> > I tried to define it as byte[], but MSDataSetGenerator is giving me the
> > "unable to convert xml file content to a DataSet" error.
> >
> > Thanks,
> >
> > John Yung
> >
> >
>
>