2006/9/21, Daniel Morgan <[EMAIL PROTECTED]>:
Does your insert statement work in sqlplus?

Also, does your test case work on microsoft .net?

Have you used this:
OracleParameter parm = new OracleParameter(":name",
OracleType.NVarChar);

Which has OracleType of NVarChar instead of VarChar.

And in your table you created, have it created with
NVARCHAR2 instead of VARCHAR2

create table test(name nvarchar2(1000));

Yes, I've tested as you mentioned above, but the problem still exists

 


_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to