Page 2 of 2

Posted: Fri Aug 11, 2006 11:29 am
by Badara Thiam
Hello my friends,

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

*****************
FUNCTION AX_RLOCK( QV )
*****************
* Function to lock a record with ADS and [x]Harbour
* Author Badara Thiam. All rights reserved.
RETURN DBRLOCK( QV )