Sunday, February 19, 2012

in sql server a stored proc selects a varbinary(8) how do i get to this in ado.net?

in sql server a stored proc selects a varbinary(8) how do i get to this in
ado.net?Daniel wrote:
> in sql server a stored proc selects a varbinary(8) how do i get to
> this in ado.net?
Put the results into the System.Data.SqlTypes, which are native types
for SQL Server. THey are faster than native .Net data types as well. Use
SqlBinary.
David Gugick
Imceda Software
www.imceda.com

No comments:

Post a Comment