define dataset column for timestamp data type in MS SQL server

  • Thread starter Thread starter John Yung
  • Start date Start date
J

John Yung

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
 
Miha,

Thanks, that works.

JY

Miha Markic said:
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 said:
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
 
Back
Top