| | |
Need advice for data storage
Please support our C++ advertiser: Intel Parallel Studio Home
Thread Solved |
Hi,
I am working on a project where I need to save data which the user inputs for future reference and manipulation. I know one can use a database or a binary file.
I would like to use a database but I don't know where to begin. I know one thing once the project is done i do not want the user to purchase a database liscense or take the pain to install a database server.
I would like the experienced users to give their advice as to if this is possible and if yes a link for my further study.
I am working on a project where I need to save data which the user inputs for future reference and manipulation. I know one can use a database or a binary file.
I would like to use a database but I don't know where to begin. I know one thing once the project is done i do not want the user to purchase a database liscense or take the pain to install a database server.
I would like the experienced users to give their advice as to if this is possible and if yes a link for my further study.
Perhaps a little more explanation of the problem. What sort of data? How must it be accessed, sorted, filtered, etc? How much data?
This is a C++ forum, do you intend to write the code?
This is a C++ forum, do you intend to write the code?
Everyone's gotta believe in something. I believe I'll have another drink.
~~~~~~~~~~~~~~~~~~
Looking for an exciting graduate degree? Robotics and Intelligent Autonomous Systems (RIAS) at SDSM&T See the program brochure here.
~~~~~~~~~~~~~~~~~~
Looking for an exciting graduate degree? Robotics and Intelligent Autonomous Systems (RIAS) at SDSM&T See the program brochure here.
•
•
Join Date: May 2005
Posts: 514
Reputation:
Solved Threads: 19
Simple Free Solution would be PHP + Mysql.
Google for both.
You can run it on your home pc or on a server.
You want to store this in a DB vs. Flat Files.
It will allow to keep everything in a neat orderly fashion.
I could assist you in setting this up if you want.
Google for both.
You can run it on your home pc or on a server.
You want to store this in a DB vs. Flat Files.
It will allow to keep everything in a neat orderly fashion.
I could assist you in setting this up if you want.
•
•
•
•
Perhaps a little more explanation of the problem. What sort of data? How must it be accessed, sorted, filtered, etc? How much data?
This is a C++ forum, do you intend to write the code?
It needs to be accessed, sorted and filtered
Not much data will be added maximum size will go to 400K
Yes, I intend to write the code.
•
•
•
•
Simple Free Solution would be PHP + Mysql.
Google for both.
You can run it on your home pc or on a server.
You want to store this in a DB vs. Flat Files.
It will allow to keep everything in a neat orderly fashion.
I could assist you in setting this up if you want.
Once the project is ready I really don't want the end user to install the database by themselves and this is going to be hard to setup for the end user.
A "database" does not have to be a pre-written data management system. It can be a file or three that contains the data you need for a project, and a few routines you write to access the data. Use the KISS principle (Keep It Simple Stupid).
The 3 Laws of the Procrastination Society:
1) Never do today that which can be put off until tomorrow
2) Tomorrow never comes
1) Never do today that which can be put off until tomorrow
2) Tomorrow never comes
•
•
•
•
A "database" does not have to be a pre-written data management system. It can be a file or three that contains the data you need for a project, and a few routines you write to access the data. Use the KISS principle (Keep It Simple Stupid).
What I meant was I want to use a database management system but I would highly appreciate it if the user at the time of installing it does not need to install the database and this will be cumbersome.
Do you know a way ?
•
•
Join Date: Dec 2006
Posts: 1,089
Reputation:
Solved Threads: 164
> The data is basically alot of text and integer values.
> It needs to be accessed, sorted and filtered
> Not much data will be added maximum size will go to 400K
just use a simple xml file to store the data.
and an xml parser library eg. http://www.grinninglizard.com/tinyxml/
> It needs to be accessed, sorted and filtered
> Not much data will be added maximum size will go to 400K
just use a simple xml file to store the data.
and an xml parser library eg. http://www.grinninglizard.com/tinyxml/
![]() |
Similar Threads
- Help for learnign JSP (JSP)
- Help with Win 98 (Windows 95 / 98 / Me)
- Driver help Needed!! (Windows 95 / 98 / Me)
- Need advice on SAN's (Networking Hardware Configuration)
- Kindly provide advice (Viruses, Spyware and other Nasties)
- Add-ins and whatnot (lots of questions) (PCI and Add-In Cards)
- Fast data storage (C++)
- Need server for office (Networking Hardware Configuration)
Other Threads in the C++ Forum
- Previous Thread: program in c++
- Next Thread: Array help!
| Thread Tools | Search this Thread |
api application array arrays based beginner binary bitmap c++ c/c++ calculator char char* class classes code coding compile compiler console conversion convert count data database delete deploy developer dll download dynamiccharacterarray email encryption error file forms fstream function functions game generator getline givemetehcodez graph homeworkhelp homeworkhelper iamthwee ifstream input int java lib list loop looping loops map math matrix memory multiple news node number numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive reference rpg simple sorting string strings temperature template text tree url variable vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets






