Page 1 of 1

dbgotop + rates.dbf = trouble

Posted: Thu Jan 20, 2011 2:21 pm
by bwolfsohn
I've enclosed 2 files both with zero records. (dbf fpt and cdx's)

invout and rates

if you open them in xdot /ac (using ads local), and dbgotop()

invout will return nil

rates will crash

can anyone surmise what's going on here ??

Re: dbgotop + rates.dbf = trouble

Posted: Thu Jan 20, 2011 2:57 pm
by bwolfsohn
Found the problem...

another file with a similar structure to rates.dbf was creating it's index as rates.cdx, so the index didn't match the database, even though the indexkey was the same for both files.

result = crash..

Re: dbgotop + rates.dbf = trouble

Posted: Thu Jan 20, 2011 3:29 pm
by rdonnay
I hate when that happens. :oops: