From: Brian B. <ca...@um...> - 2000-03-14 00:55:18
|
Does this mean Memo is 0x0c (along with Hyperlink) or 0x0d? Brian On Mon, 13 Mar 2000 kn...@gr... wrote: > I ran across this in one of my databases. It can be up to 64,000 characters > in length. Changes to libmdb/table.c: > > "Unknown 0x0b" > --> "Hyperlink", > --> "Memo" > }; > > --> if (col_type > 12) { > return NULL; > > -- Karl -- > > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > http://lists.sourceforge.net/mailman/listinfo/mdbtools-dev > |