what is the Difference of
- Code: Select all Expand view
- nRDD := hb_rddInfo( RDDI_LOCKSCHEME )
// vs.
nRDD := DBINFO( DBI_LOCKSCHEME )
Result is different
- Code: Select all Expand view
- CASE nRDD = DB_DBFLOCK_DEFAULT
cRDD := "DB_DBFLOCK_DEFAULT"
- Code: Select all Expand view
- CASE nRDD = DB_DBFLOCK_VFP
cRDD := "[V]FP, CL52 DBFCDX, SIx3 SIXCDX, CDXLOCK.OBJ"