I've got some code which takes in some data, does some calculations and then
produces a host of other tables...
e.g.....

Select NISLID, R_FLOW, RDNAME, FLOW, FLOW / R_FLOW "Stress_All"
  from x2010dm_TR
  where Flow_Category = 3
  into x2010dm_TR_100plus
Commit Table x2010dm_TR_100plus As "working\96-10dm\x2010dm_TR_100plus.TAB"
TYPE NATIVE Charset "WindowsLatin1"

When I run this code, I get an error at the Commit Table line: 'File
"x2101dm_TR_100plus.TAB" does not exist. Unable to create table.'

Old versions of this table exist but aren't read-only or anything. However,
I tried deleting them, but still got the same error message...

Any thoughts?


Chris Martin
GIS Consultant
WS Atkins Consultants Ltd
(01952) 201234

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