Passing OracleDateTime.null.value to store procedure???

  • Thread starter Thread starter Kevin Yu
  • Start date Start date
K

Kevin Yu

using Data access application block for oracle, I try to pass a null value
to the OracleDateTime to the store procedure. but I got an exception saying
"this value si null", what am I missing here? shouldn't I be able to pass
null parameters?


Kevin
 
yes. but in fact, the exception was throw by the application block. so it
doesn't even get to the database.
 

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