Changing to FOXDBE / ADSDBE
Posted: Fri May 29, 2015 10:31 pm
Hi all,
until now i used the DBFCDX with the following settings:
I now like to use the ADS, with my combination of DBF/DBT/CDX this is not possible, so i will change to FOXCDX with DBF/FPT/CDX.
Any suggestions for the DBE settings for FOXCDX ?
For the ADS i only use
Are there other settings to consider for the ADSDBE ?
until now i used the DBFCDX with the following settings:
Code: Select all
DbeInfo(COMPONENT_ORDER,CDXDBE_LOCKRETRY,20000000)
DbeInfo(COMPONENT_ORDER,CDXDBE_LOCKDELAY,10)
DbeInfo(COMPONENT_ORDER, CDXDBE_MODE, CDXDBE_COMIX )
DbeInfo(COMPONENT_ORDER, DBE_LOCKMODE, LOCKING_EXTENDED)
DbeInfo(COMPONENT_ORDER, CDXDBE_LIFETIME, 0)
Any suggestions for the DBE settings for FOXCDX ?
For the ADS i only use
Code: Select all
DbeInfo( COMPONENT_DATA, ADSDBE_LOCK_MODE, ADSDBE_COMPATIBLE_LOCKING )
DbeInfo( COMPONENT_DATA , ADSDBE_TBL_MODE, ADSDBE_CDX )
DbeInfo( COMPONENT_ORDER, ADSDBE_TBL_MODE, ADSDBE_CDX )