Hello John,

> This is a sanity check:
> Please confirm that it is not possible to insert both objects and values
> into a table w/ a single statement.

Yes it is. The following is perfectly valid MI/MB SQL:

insert into MyTable (obj, Field1, Field2) values (MyObj, MyField1, MyField2)

> Likewise, with Alter one can either alter an Object or a Table
> both not both at the same time.

The "alter" command has many applications including changing an object and
changing a table structure. Although the operations are strung off the same
MB command they do completely unrelated "alterations".

Regards,
Warren Vick
Europa Technologies Ltd, U.K.
http://www.europa-tech.com

----------------------------------------------------------------------
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