cmd.parameters.add(New OleDbParameter("@rate", txtRate.Text))
I am inserting records into my SQL 2000 server. in my SP I have converted the field to MONEY but the insert still fails.. I have tryed adding the CONVERT to the above code but cant seem to get it right.. I thought as long as the field was converted at the SP level that should be fine..
ANy help would be appreciated
Thanks
I am inserting records into my SQL 2000 server. in my SP I have converted the field to MONEY but the insert still fails.. I have tryed adding the CONVERT to the above code but cant seem to get it right.. I thought as long as the field was converted at the SP level that should be fine..
ANy help would be appreciated
Thanks