S
sheperson
Hi,
I have a stored procedure in my database and it has an argument of
type output (int).
When I create a dataset using VS2005, it creates a table adapter for
me and the Fill method has and argument of type
ref int?.
When I try to call the Fill method it prompts an error and says cannot
convert ref int to ref int?.
Does anyone know how should I call this Fill method?
Thanks in advance.
I have a stored procedure in my database and it has an argument of
type output (int).
When I create a dataset using VS2005, it creates a table adapter for
me and the Fill method has and argument of type
ref int?.
When I try to call the Fill method it prompts an error and says cannot
convert ref int to ref int?.
Does anyone know how should I call this Fill method?
Thanks in advance.