Przemysław Czerpak
24633c2478
2016-02-16 22:30 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* include/hbapirdd.h
* src/rdd/wacore.c
* src/rdd/workarea.c
+ added new C function which allows to register RDD redirector
which depends on used table name:
typedef LPRDDNODE ( * HB_RDDACCEPT )
( LPRDDNODE pRddNode, const char * szFileName );
void hb_rddSetFileRedirector( HB_RDDACCEPT funcAccept,
HB_BOOL fEnable );
+ added new C functions which allows to find RDD respecting
active redirectors:
const char * hb_rddFindDrv( const char * szDriver,
const char * szFileName );
LPRDDNODE hb_rddFindFileNode( LPRDDNODE pRddNode,
const char * szFileName );
* cleaned some HB_TRACE messages
* src/rdd/dbcmd.c
* src/rdd/wafunc.c
+ use functions which respect redirectors to find RDD
2016-02-16 22:30:22 +01:00
..
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-22 16:55:41 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-21 20:42:30 +01:00
2016-01-14 19:18:17 +01:00
2016-02-16 22:30:22 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-24 13:06:23 +01:00
2016-01-14 19:18:17 +01:00
2015-03-20 16:34:03 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-01-14 19:18:17 +01:00
2016-02-01 14:55:51 +01:00
2016-02-16 22:30:22 +01:00
2016-02-16 22:30:22 +01:00
2016-02-16 22:30:22 +01:00