Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
we are devloping an application that needs database.
but we cant use oracle ,sql,ms access because these are too expensive.
if i am using file system then application will become slow and performance issue may come.
so to overcome these problem we thinking to devlop our own small database that should work like oracle.

is it possible??
and how we can store information please help
we dont want to use file system at all.
Posted
Comments
Richard MacCutchan 5-Oct-12 7:21am    
What do you mean you don't want to use a file system; where do you think databases keep their data? If you think you can create your own then be prepared for a good few years of development.

You should use MySql that is Open Source and is free of cost.

You cannot create your own database.
 
Share this answer
 
Forgive me saying this, but forget it. Didn't you wonder why are the expensive ones so expensive if it would be so easy to develop one?
First off all, you need to determine your requirements, and your licensing constraints, than look for a solution. There are several open source and free database engines that have ado.net provider, even linq support.
Here are some:
Microsoft SQL Server Express[^]
Firebird[^]
MySQL[^]
PostgreSQL[^]
Oracle express[^]

And let's not talk about non-relational, not sql based servers, and embedded (not client-server) editions...
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900