Hi,
Przemysław Czerpak wrote:
>
> You haven't read Clipper documentation for APPEND FROM ...
>
> VIA and SDF are mutual exclusive clauses so such command
> does not exists.
>APPEND FROM ... SDF
> means append using SDF RDD and
>APPEND FROM ... VIA "DBFCDX"
> means append using DBFCDX
On Mon, 12 Apr 2010, Rossine wrote:
Hi,
> This line using "via"...
> append from &( cFile ) via "DBFCDX" SDF
> ...generate this erro in compilation:
> Erro E0030 SYNTAX Erro "SYNTAX Erro AT 'FROM'"
> I use "Harbour 2.1.0dev (Rev. 14276)"
> What can it be ?
You haven't read Clipper documentation