[Mono-dev] Maybe a System.Data.OracleClient.dll bug

David jiangchengyao at gmail.com
Thu Sep 21 01:29:49 EDT 2006


2006/9/21, Daniel Morgan <monodanmorg at yahoo.com>:
>
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060921/c089dda1/attachment.html 


More information about the Mono-devel-list mailing list