Hi List,

I have compiled an MBX using Mapbasic 5.5 on Windows NT4 .
I get the following error message when I run the program using Mapinfo Professional 
5.5 on Windows NT4

"areacent mb: 251
Table query 2 is read only"

I guess this seems to point to a problem with updating a table.
The error message above is pointing to the following chunk of code  at the second 
update statement.-

        Select * From digitemp
                Update Selection
                        Set  A_status ="X"      
        Select * From digitemp, allarea
                Where digitemp.obj Entirely Within allarea.obj
                Update Selection 
                        Set B_status ="N"

The odd thing is that this all works OK under Win95 with Mapinfo/Mapbasic ver 5.00. I 
guess I am doing something really dumb.

So what's going on ? Good people out there do you have you met this one before ? 
Solutions welcomed !
Many thanks in advance.....................................................      

Rod Ellis 
Consultant
Spatial Data Team
ADAS Aberystwyth
Tel 01970 621438
Fax 01970 617798
Email  [EMAIL PROTECTED]



For more information on ADAS, visit our website at
 http://www.adas.co.uk.



The information transmitted is intended only for the addressee and 
may contain confidential and/or privileged material.
Any use of, or taking of any action in reliance upon, this information
by parties other than the intended recipient is prohibited.
If you receive this in error, please contact the sender and delete the
material from any computer.
Opinions and other information in this message that do not relate to
the official business of ADAS are neither given nor endorsed by it.
----------------------------------------------------------------------
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