Results 1 to 3 of 3

Thread: need help on binary database

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    Posts
    105
    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])

  2. #2
    Guest
    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

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    Posts
    105

    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
  •  



Click Here to Expand Forum to Full Width