Question:

If I use the "Add column" command in MapBasic to dynamically add a
column to table1 from table2, there doesn't seem to be any way to remove
the column again? Closing table1 does the trick, but that is not a
desirable solution.

Alter Table can't be used.

Answer from Tim Nuteson:

No you can't.  This has confounded me for years, so I always bring it up
and
they never fix it.  One workaround may be to select all from your table,
then add the temp column to the selection.  You may get more flexibility
that way.

My own comment:   :-(

Regards
Uffe




_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.

Reply via email to