Modify mdb files? [EDITED]
Posted: Sat May 14, 2016 11:20 pm
EDIT: I've solved. It was a problem with field name (sorry).
Hi All,
HMG includes a demo (samples\hfcl\sql\rdd_sql\demo.prg) That I've adapted from Harbour showing how to read an mdb file.
My problem now, is that I need to modify an mdb file.
Following the MySql demo, I've added the following:
In fact, I've tried lots of variants (including INSERT and UPDATE) with other mdb files and the result is always the same: RDDINFO call returns .F. and table is not affected.
Any ideas?
TIA.
PS: And... by the way... why is this demo located in HFCL foder?
Hi All,
HMG includes a demo (samples\hfcl\sql\rdd_sql\demo.prg) That I've adapted from Harbour showing how to read an mdb file.
My problem now, is that I need to modify an mdb file.
Following the MySql demo, I've added the following:
Code: Select all
RDDINFO(RDDI_EXECUTE, "DELETE FROM test WHERE last = 'Logan'")Any ideas?
TIA.
PS: And... by the way... why is this demo located in HFCL foder?