Is possible appending records in a table that already exist using this method ? How?
Is possible appending records in a table that already exist using this method ? How?
cFieldList := "code,name"
cSql := "select " + cFieldList + " from table where cond"
aData := oCn:Execute( cSql )
( cAlias )->( FW_ArrayToDBF( aData, cFieldList )Thanks ![]()