RL wrote:
> Thanks Rolf,
>
> The frequency was included only to give information regarding speed.
> The measurements are rather short and consist of 500k to 1M points
> with only about 10 to 20 measurements/day.
>
> Am I back into database territory?
Well, it could be done then, but I think it is adding expensive and
resource hungry infrastructure which was not meant to handle that
problem and does not give you a real advantage.
Why not just save the data into a binary file instead? Make one new file
for each measurement, structure the data in directories according to
day, project or whatever your chararacteristics are. You could even go
as far as creating the actual binary file and another tex
t file with a
differnt file ending, in which you store all the characteristics of the
measurement, such as data/time, scaling, customer etc, and even the
weather you like.
The VIs you would have to write for such a functionality wouldn't be
really more difficult than if you need to figure out how to program your
database. Also you really need to go with a real database if you want to
save 1MB data into binary large objects as Access just won't do it, as
well as the database would grow soon over any Access size limit.
Rolf Kalbermatter