Re: [udf-dlm-develop] dlm v24 and v25
Brought to you by:
esm
From: Ed S. <es...@la...> - 2000-01-12 00:52:31
|
>only the data for the day specified in the begin time (day 186 only) >was returned. Have you tried doing a read from, say, [1999,186] to [2099,365] ? I've seen that problem several times before, and each time it has been due to the presence of out-of-sequence records. Unfortunately, my code assumes a "sane" dataset. It assumes linear time, and if it encounters a record with an out-of-range timestamp, it's not going to try reading past it just to see if it's an anomaly. Perhaps it should? I hope not. Please let me knoe if that isn't the problem... ^E |