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
Showing posts with label varbinary. Show all posts
Showing posts with label varbinary. Show all posts
Sunday, February 19, 2012
Subscribe to:
Posts (Atom)