cyprus106
Programmer
- Apr 30, 2001
- 654
I'm updating a DB system for a company that's currently using Paradox as their DBMS. I was hoping to get some feedback on my decision regarding what system to use.
* First off, I'm using Borland C++ Builder to create the GUI and display the recs, etc
* We're talking about tens of thousands of records, so it's got to be effecient.
* There can be multiple computers on a simple network accessing the tables, and they should be able to seamlessly log on to the one main server computer.
* The program basically has to be made for a monkey to use. So ideally, I don't want a whole extra server-install this-or-that when the user tries to install MY program. Ideally, I'd LOVE to be able to embed the server in the program.
Any discussion on ideas would be HUGELY helpful to me. Thanks!
* I'm leaning towards SQL, fo rwhat it's worth.
Cyprus
* First off, I'm using Borland C++ Builder to create the GUI and display the recs, etc
* We're talking about tens of thousands of records, so it's got to be effecient.
* There can be multiple computers on a simple network accessing the tables, and they should be able to seamlessly log on to the one main server computer.
* The program basically has to be made for a monkey to use. So ideally, I don't want a whole extra server-install this-or-that when the user tries to install MY program. Ideally, I'd LOVE to be able to embed the server in the program.
Any discussion on ideas would be HUGELY helpful to me. Thanks!
* I'm leaning towards SQL, fo rwhat it's worth.
Cyprus