Acess & Oracle Unicode Problem

G

Guest

Hi All

I am accessing an Oracle database via Acess using an ODBC DSN
All is fine until I access a particular field whose data type is described in the linked Oracle table as Memo

My query includes other Memo fields but they are extracted correctly.
When the problem memo field is queried I get an error message
'The width of a Unicode text column must be an even number of bytes'

Any idea if there is a problem with the data or is it my means of accessing the Oracle Database

I am new to Oracle via Access...Any Ideas

Thanks
DaveD
 
F

Fahim

Dave,

I had the same problem. The solution is to use ODBC driver
from Oracle and not the microsoft driver for oracle. All
datatypes get converted fine.

Fahim
-----Original Message-----
Hi All,

I am accessing an Oracle database via Acess using an ODBC DSN.
All is fine until I access a particular field whose data
type is described in the linked Oracle table as Memo.
My query includes other Memo fields but they are extracted correctly.
When the problem memo field is queried I get an error message :
'The width of a Unicode text column must be an even number of bytes'.

Any idea if there is a problem with the data or is it my
means of accessing the Oracle Database?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top