Martin,
Thanks for the response.
-John
-----Original Message-----
From: Martin Roundill [mailto:[EMAIL PROTECTED]]
Inserts can (and usualy do) have both eg
"insert into mytable (obj, col1,col2,col3) values (newobj,val1,val2,val3)"
Alters are carried out with the update command and can include both (they
also usually have a rowid statement for individual updates) eg
"update mytable set obj = newobject, col1 = val1, col2 = val2, col3 = val3
where rowid = x"
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]