Martin:
I think you have a folder-problem!.
The command-line:
Commit Table x2010dm_TR_100plus As
"working\96-10dm\x2010dm_TR_100plus.TAB"
..refers to the current folder (which changes) plus "working\96-10dm\".
Therefore the folder problably doesn't exists, which causes the error.
Instead use an absolute path or use ApplicationDirectory$(),
ProgramDirectory$() or HomeDirectory$() as part of the path.
regards
Poul Skyum
Upgrade-GIS
> -----Oprindelig meddelelse-----
> Fra: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]P� vegne af Martin, Christopher
> (WSA Telford)
> Sendt: 22. september 2000 11:04
> Til: '[EMAIL PROTECTED]'
> Emne: MI MB: Creating and Committing tables (Urgent!)
>
>
> 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]
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]