how do i call a stored proc that looks like this from ADO.NET? ALTER PROCEDURE new_pzGetIDList ( @foo varbinary(8) ) i have it as a System.Byte[4] in C#
Daniel
Guest
Posts: n/a
's Computer Specifications
17th Feb 2005
how do i call a stored proc that looks like this from ADO.NET? ALTER
PROCEDURE new_pzGetIDList ( @foo varbinary(8) ) i have it as a
System.Byte[4] in C#