Allowable OraclelDbType values
cmd.Parameters.Add(New OracleParameter("p_result_date", OracleDbType.Date)).Value = Now
The allowable values of OracleDbType are the same as the allowable types in Oracle. Thus you have a Varchar2 value, an Int64 value, etc.
These values differ from those for ODBC connections to Oracle databases
The allowable values of OracleDbType are the same as the allowable types in Oracle. Thus you have a Varchar2 value, an Int64 value, etc.
These values differ from those for ODBC connections to Oracle databases

0 Comments:
Post a Comment
<< Home