'1000projects.com' is a educational content website dedicated to finding and realizing Final Year Projects, Paper Presentations, Placement Papers, Entrance Exam Questions, Aptitude Questions, puzzles, Personality Dev for Btech, Be, Mtech, MCA & other Graduate students, here you can search & Download the different Technological projects. Those are
visual Studio projects
.net projects,
asp projects,
c & ds projects,
c++ projects (all),
cold fusion projects,
delphi projects,
java projects,
perl projects,
php projects,
sql projects,
vc++ projects,
visual basic projects.
how it works?
Everything on this site is submitted by the student and professional community. after you submit your project, it is being verified and approved by our administrator. after approval, other people can read/discuss it.
Description: Allows the user to create an account, deposit, withdraw, view his/her account status. Also starts you off with $5000 spending money.
I wrote it because I found the other DBMSs code too bulky and hard to debug. It's designed for small applications and I doubt it could handle anything on a large scale.
A sample program included in the .zip shows how everything works. The database project is a library project, so you'll have to compile and link with the .lib file to get everything working.
Pros:
- You have the source code so you know exactly what it is doing
- Database files are very small
- Small and fast code
Cons:
- Can't handle large amounts of records (more than 65000ish)
- Doesn't support SQL (you have to search the database by cycling through the records and testing them against your constraints)