Colleagues,
Judging by the description given in the VdB (ver. 5.7) Help, the following command should work:
but it ain't: it errs with "Database Engine Error: Token not found". The same happens when I try
and anything in between these two extremities. The VdB's Help ain't no help at all (calambour's unintentional).
What am I doing wrong?
TIA!
Regards,
Ilya
Judging by the description given in the VdB (ver. 5.7) Help, the following command should work:
Code:
select * from MyTblAlias where FormID="RetForm1" save to table D:\Temp\RetForm1.DBF
Code:
select * from "D:\MyTables\MyTbl.DBF" where FormID="RetForm1" save to table "D:\Temp\RetForm1.DBF"
What am I doing wrong?
TIA!
Regards,
Ilya