Sorry, i forgot than the harbour users have not
AX_ functions in client ADS.
OTC MEDIATOR RDD work also with records to be compatible .dbf,
it's writted in the manual. Simply create a AX_RLOCK() function
using OTC similar function. Do this with all database functions
needed, and you can interchange at run time yours RDDs.
Regards,
- Code: Select all Expand view
*****************
FUNCTION AX_RLOCK( QV )
*****************
* Function to lock a record with ADS and [x]Harbour
* Author Badara Thiam. All rights reserved.
RETURN DBRLOCK( QV )