I'm selecting data using code below, where ga_datacol is a column alias and
gs_poptable a table name. When I try and drop found_pop, MapBasic tells me
the table is read-only. Any ideas why? How can I stop this happening?

Many thanks..

Phil.

        Select sum(ga_datacol)
                from gs_poptable
                where (o_buffer contains object) 
                into found_pop



_______________________________________________________________________
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