define dataset column for timestamp data type in MS SQL server

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
 
J

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top