Dual system

User avatar
Badara Thiam
Posts: 160
Joined: Tue Oct 18, 2005 10:21 am
Location: France
Contact:

Post 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 )
Badara Thiam
http://www.icim.fr
Post Reply