Page 1 of 1

Difference hb_rddInfo( RDDI_LOCKSCHEME ) vs. DBINFO( DBI_LOC

PostPosted: Wed May 03, 2023 5:21 pm
by Jimmy
hi,

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"