Using VB.Net and SQL Server
In dba.xml file defined for TVP - table value parameter
<param name="@pi_tvp_nak" type="Structured" direction="I" size="0" precision="0" scale="0" iqnore="0" empty2null="0" />
I am getting a error as is not numeric. I removed the type getting error as instance of the object.
How to solve this issue.
No comments:
Post a Comment