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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top