Author: Bob Barrows [MVP]Bob Barrows [MVP] Date: Jun 14, 2008 06:25
Siegfried Heintze wrote:
> I fixed (kinda) my problem by truncating my records to 250 chars.
>
> I'm automating the creation of my database and table definition using
> VB Script.
>
> When I use the UI I see there is another datatype called memo.
So this must be an Access (Jet) database? Are both the source and
destination databases Access?
Right. It's an access-specific name. The corresponding JetSQL name is,
confusingly, "TEXT". The JetSQL name for the Access "Text" datatype is
"CHARACTER" ("CHAR" can also be used).
> Will using type memo alleviate the 255 character constraint? How big
> can memos be?
|