oBD:SaveToDbf()
Posted: Tue Jul 23, 2019 5:52 pm
Is possible appending records in a table that already exist using this method ? How?
www.FiveTechSoft.com
https://fivetechsoft.com/forums/
Code: Select all
cFieldList := "code,name"
cSql := "select " + cFieldList + " from table where cond"
aData := oCn:Execute( cSql )
( cAlias )->( FW_ArrayToDBF( aData, cFieldList )