Linking Tables: How to force Access to use Text data type, not Memo

apeters

Registered User.
Local time
Today, 16:59
Joined
Nov 21, 2008
Messages
24
I'm linking to an Oracle table via ODBC (I'm doing this 'manually', not through VBA code).

There is a field in the Oracle table of type VARCHAR2(100). MS Access has taken it upon itself to assign a data type of MEMO to this field instead of TEXT. This is very limiting - there are things that MS Access just won't let you do with a Memo field.

How can I pursuade Access to use the TEXT data type fo this field?
 
Many thanks for your reply. Luckily I was able to reduce the size of the Oracle field to VARCHAR2(50) which Access then interpretted as a text field.
 
Another option to look into is to use different ODBC Drivers. I understand that there are more than one Oracle driver, one made by Microsoft and other by Oracle (and maybe then some more). Maybe one driver may be more accurate in translating the data types...
 

Users who are viewing this thread

Back
Top Bottom