I have question about Mapinfo table structure.
There is table from Autocad Map 2005 with this structure
--------------
!table
!version 300
!charset Neutral
Definition Table Type NATIVE Charset "Neutral"
Fields 23
BLOCKNAME Char (254) ;
DWGNAME Char (254) ;
LAYER Char (254) ;
LINETYPE Char (254) ;
ROTATION Float ;
STRING Char (254) ;
STYLE Char (254) ;
X1 Float ;
Y1 Float ;
col_1 Char (254) ;
col_2 Char (254) ;
col_3 Char (254) ;
col_4 Char (254) ;
col_5 Char (254) ;
col_6 Char (254) ;
col_7 Char (254) ;
col_8 Char (254) ;
col_9 Char (254) ;
col_10 Char (254) ;
col_11 Char (254) ;
col_12 Char (254) ;
col_13 Char (254) ;
col_4 Char (254) ;
-------------
Table normally opened in mapinfo and browse data,
but i cant do any operations with modifieing table: pack, update,
structure change.
When I try to change structure in Table maintenance, Mapinfo mentioned
about 4K record size limit.
Where is joke? Why AutoCad Map so cool, and Mapinfo so... especial.
Any ideas or comments?
With best regards,
Yuriy Fedorinov.
Besides that, trim the length of your char fields to get below the 4K limit.
Regards
Uffe Kousgaard
Friday, March 28, 2008, 10:28:35 AM, you wrote:
UK> You have 2 "col_4" fields. That may be very cool in AutoCad Map, but
most
UK> other applications find that confusing.
"col_4" twice is my mistake. I rename russian column names for table
structure example. Of cause every column have unique name.
2008/3/28, Gajendra Salunkhe <gsal...@gmail.com>: