Wavelet
Programmer
- Apr 17, 2002
- 6
I need to handle large amount of experiment data output from a 8-channel instrument (approximately 400Mb per day and it works continuously all the time). And it is required the data be real-time processed every 2 or 5 minutes while acquisition is going on. Someone told me that I should use database to manage the data acquisition and processing. I am fairly familiar with C++ Builder but poor in my database knowledge. My questions are1) What kind of database is suitable for the application? (2) Which one should I use to create and handle the database: TTable or TQuery? Thanks.