Tony, Clive :

>>
Try it this way -

LOAD tableview FROM filespec
NOCHECK
NONUM

It seems that when the LOAD command is run from a command file, it chokes
on ";" and requires that you use line feeds instead. At least that's the
way it works when loading a data-block.
<<

This don't work, but it's give me the idea of trying this :

SET var vTEXT = ('LOAD ligne FROM FileName ; NOCHECK; NONUM')
&vTEXT

And this don't work too ...
I get error 2045 'Syntax is incorrect ...'
However, 
LOAD ligne FROM FileName ; NOCHECK; NONUM
works fine.

This LOAD command is really very strange ....

J.M. GRATIAS, Logimatique, France

Reply via email to