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 for APPEND FROM ...

VIA <rdd> 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 RDD.

best regards,
Przemek
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to