Click here to Skip to main content
15,908,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Guys,

I am doing a Database project in VC++, I need a database which can store up to 4000 values also it should not depend on any server related matter like need for a local or network server to store/load data :sigh:

Database should be like access along with project files it can be copied(but access lacks storing capacity :( ) and can be executed in any pc.

Please suggest me the proper database :((
Posted
Updated 18-Jan-11 6:05am
v2

Even though the question was for .net, is there something you can benefit from this SO[^] post?
 
Share this answer
 
Comments
Espen Harlinn 18-Jan-11 12:08pm    
5+ Sqlite for easy deployment, or Firebird - way more powerfull - in embedded mode
Rashmi R 25-Jan-11 9:10am    
Thank u, your article helped me..
Just as an addition to Yusuf's answer - this might be of interest:
SQLite3 MFC Wrapper[^]

Regards
Espen Harlinn
 
Share this answer
 
Comments
Rashmi R 25-Jan-11 9:13am    
Thank u,i will check the article
Not sure what you mean by saying Access is not copyable and that it does not have "storing capacity". Access is file-based, so you only need to distribute the mdb file along with your application. The machines running the app don't even need to have Access installed, it just needs the required ODBC/DAO drivers (which are included by default in Windows installations).
 
Share this answer
 
Comments
Espen Harlinn 18-Jan-11 12:33pm    
Note: 64-bit apps doesn't seem to be supported - http://msdn.microsoft.com/en-us/library/ms810810.aspx
Nish Nishant 18-Jan-11 12:35pm    
Ok, I am confused. MDAC 2.8 was released as both 32 bit and 64 bit. What else is needed?
Nish Nishant 18-Jan-11 12:36pm    
Ah I see, DAO won't be available. But that does not matter, there are non-DAO ways to access an Access database on 64 bit systems.
Espen Harlinn 18-Jan-11 12:40pm    
Those mechanisms used, as far as I can remember, to rely on DAO internally. Are you sure it will work for 64-bit solutions? It would be nice to know, in case somebody asks :)
Nish Nishant 18-Jan-11 12:43pm    
I haven't used Access in ages, but if there is a 64 bit MDAC library, I would think it's safe to assume that using it should work.
I may be wrong,
DO you really need database ? or just files ? :)
If you need to execute queries , i agrees with you.
 
Share this answer
 
Comments
Rashmi R 25-Jan-11 9:09am    
i need a database, i've mentioned it in post heading i think..

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