Hello Daniel ,
i found a tiny problem about the name of the field , in my database i have a field with name DESC and this cause error.
This is because the name of the field is the same as a SQL commands.
The solution is to put the name of the field between "" + name_field + ""
For example in tdolpsrv.prg , METHOD InsertFromDbf(
change the line :
cColumns += aItem + ","
with
cColumns += "" + aItem + "" + ","
Regards Maurizio
Maurizio
www.nipeservice.com
www.nipeservice.com