oBD:SaveToDbf()
oBD:SaveToDbf()
Is possible appending records in a table that already exist using this method ? How?
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: oBD:SaveToDbf()
Not possible.
Instead, you can do this:
Instead, you can do this:
Code: Select all
cFieldList := "code,name"
cSql := "select " + cFieldList + " from table where cond"
aData := oCn:Execute( cSql )
( cAlias )->( FW_ArrayToDBF( aData, cFieldList )
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India