Page 1 of 1

Different field types for rowid when using direct mode

Posted: Fri 27 Nov 2009 11:01
by a-s-z
Hello,

when Session.Options.UseUnicode is set, the field types for rowid differ between direct mode and oci mode (I am using D2009).

In oci mode, I will get TWideStringField, in direct mode I will get TStringField, so problems arise when the application does not use a fixed connection mode. When UseUnicode is false, the field type is TStringField for both connect modes.

Is this intended behavior, or a bug in direct mode implementation?

Posted: Mon 30 Nov 2009 09:07
by Plash
We have fixed this problem. The fix will be included in the next build of ODAC.