Hello list,

i have a simple mapbasic problem, but found no answer in the docs.

I create a dynamic, temporary column with this command

Add Column Cells (Col_Name Integer)  From Tab_Name Set To Col_Name 
Where COL1 = COL1 Dynamic

The use the column for a thematic mapping.

At the end i want to delete the column with an alter table command

Alter Table Cells (Drop Col_Name)

But i get the error message that the table does not hav a column
Col_Name (which is true, looking at the table structure) 

My Question: 
How do i delete the temporary, dynamic column WITHOUT closing and
reopening the table ?  

Thanks in advance
-- 
Markus Lindner                          CISS TDI GmbH
Tel. +49 2642 97 80 0                   Barbarossastrasse 36
Fax. +49 2642 97 80 10                  53489 Sinzig, Germany
mailto:[EMAIL PROTECTED]                http://www.ciss.de/
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to