Hi,
I know we can write field by field via C/Front
Can we write record by record via C/Front
any code example will be usefull.
I need to transfer transaction records into a new database.
records are in millions, I was wondering If i can insert into a new database record by record using cfront
something like
cfront.InsertRec(RecRef)
Any help ?