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.
 
Back
Top