|
-
Nov 10th, 2000, 09:09 AM
#1
Thread Starter
Lively Member
Hello ,
I made a program connecting to a datalogger system for sampling inputs from it.
I need to save those inputs 24 hours a day , to a database so in future I could analyze those inputs and make reports and graphs with them.
The problem that access database don;t feet me because ,it grows reel fast and take a lot of memory .
I need to make some kind of binary compressed database,
any ideas ??
Thanks in advance ,
Tomer. ([email protected])
-
Nov 10th, 2000, 01:37 PM
#2
It is usually fairly easy to come up with a replacement
scheme to reduce the size of the data being saved.
Unfortunately, without knowing the shape of the data (text,
date, numeric, memo, ?????) not much help can be given.
DerFarm
-
Nov 10th, 2000, 05:29 PM
#3
Thread Starter
Lively Member
my database is :
The inputs I save on the data are :
date , time , value(number - single)
I made a program connected to a datalogger system sampling sensors in a ship , each sensor being sampled has ID number I sample a lot of different sensors , but not the same all the time , which means that I need to save the Id number and with him the value of the sensor + time & date sampled !
This program has to sample 24 hours a day all year!!
Can you help?
Thanks, Tomer.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|