nHibernate Mapping with Oracle Varchar2 Data Types
- by Blake Blackwell
I am new to nHibernate and having some issues getting over the learning curve. My current question involves passing a string value as a parameter to a stored sproc. The error I get is:
Input string is not in correct format.
My mapping file looks like this:
<?xml version="1.0" encoding="utf-8" ?>
<hibernate-mapping…