I'm running DBF Commander Pro (Version 4.1, Build 80) and I'm trying to update rows in a DBF table.
However I always get an error message -> Function is not implemented when I try to execute for example the following statements:
- Code: Select all
UPDATE "H:\test\inmast.dbf"
SET inmast.fonhand=999.0
WHERE inmast.fonhand=0.0
UPDATE "H:\test\inmast.dbf"
SET fdescript = 'Test'
WHERE fpartno = 'CP2020'
I'm running out of ideas, do you have any?
Thank you in advance.