c# - Specified argument was out of the range of valid values. oracle parameter -


var orclparam=new oracleparameter("p_amount",0); 

i getting error,

specified argument out of range of valid values

so 1 correct bellow,

var orclparam=new oracleparameter("p_amount",0.tostring());  

or

var orclparam=new oracleparameter("p_amount","0"); 


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -