Attempting for the first time to use database objects.
Applying the example in dbf01.prg I inserted the following 2 lines of code in my program:
USE Customer
DATABASE oDbf
It compiles cleanly but invariably returns the following error at runtime:
Error description: Error BASE/44 Assigned value is wrong class: TDATABASE:CALIAS
Args:
[ 1] = C CUSTOMER
What am I missing?
Don