populating a varchar2 field with .net

  • Thread starter Thread starter Damian
  • Start date Start date
D

Damian

I am trying to populate a varchar2(1) field in an oracle database by
createing a varcharparam in .net - but the field is never getting
updated.

The values I am sending in through the parameter are either "Y" or "N"
- however the field value is always "1"

My question is - Is it possible to use varcharparam for varchar2
fields?
 
Back
Top