P
Peter Meinl
When updating an Oracle Varchar2 column with an empty string "" using the
OracleCommandBuilder generated UpdateCommand the follwing error is thrown:
"Parameter 'p1': No size set for variable length data type: String."
Is this a bug in the OracleCommandBuilder? Is there an elegant workaround?
Updating with DBNull.Value instead of an empty string does not throw the
above error.
OracleCommandBuilder generated UpdateCommand the follwing error is thrown:
"Parameter 'p1': No size set for variable length data type: String."
Is this a bug in the OracleCommandBuilder? Is there an elegant workaround?
Updating with DBNull.Value instead of an empty string does not throw the
above error.