CAUSE DANG IT ALL I CANT FIND A SMEGGING THING ANYWHERE ON THE .NET
and its inhibiting my pro-gress with my application.
Bascially, i have a very small stored procedure i am calling (with 3 paramters).
it is only a select statement. the parameters are correct, and the values as well. I have come to find that error 8114 means a bad data conversion for a stored procedure parameter value. I have some other obsucure ones if anyone is interested.
ERROR HAPPENS HERE
anyway. Plaseee..helpp..(5th element anyone?)
and its inhibiting my pro-gress with my application.
Bascially, i have a very small stored procedure i am calling (with 3 paramters).
it is only a select statement. the parameters are correct, and the values as well. I have come to find that error 8114 means a bad data conversion for a stored procedure parameter value. I have some other obsucure ones if anyone is interested.
ERROR HAPPENS HERE
Code:
SQLCMD = New Sqlclient.Sqlcommand(StoredProcedureName,Connection)
SQLCMD.COmmandtype = CommandType.StoreProcedure
some code to add the parameters and the values...which is working because I use this same method with many other SPs..
SQLREADER = SQLCMD.EXECUTEREADER (CommandBehaviour.Default) Error happens here
error is System Error..THX INFO
anyway. Plaseee..helpp..(5th element anyone?)
Last edited by a moderator: