Click here to Skip to main content
15,888,239 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Currently I am using MS Access for My Windows Form VB.NET Application as a Database.

But due to It's size limitation as It can store maximum 2 GB of data, I decided to change Database Provider from My next project. I wish to use "Service Based Database" i.e. .mdf Database, But I even don't know how to deal with it.

I am using Windows 7 32 Bit and Visual Studio 2010.

Please help me choosing correct product and version to deal with .mdf files based on following requirements.

1. I want maximum data storage.
2. I don't Need Client Side Database Connectivity, I mean my Application is not Client-Server.
3. No Installation / Light Weight / Minimum Installation at Client Machine.
4. Maximum support on Internet Communities.

I also need help on How to use it in VB.NET Windows Application.

Thanks.
Posted
Comments
Ron Beyer 25-Jun-13 23:13pm    
What are you storing in your database that you need over 2gb of space?
jenitshah 25-Jun-13 23:21pm    
Well I am not sure how much Can it store in 2Gb DB. But I don't want any risk and I think its not
ideal for multi company accounting software.

1 solution

Hi think you should go for SQL Server 2005/2008
because It has much more capacity to store data. refer the below link
SQL Server 2005
SQL Server 2008
 
Share this answer
 
Comments
jenitshah 26-Jun-13 0:30am    
Thank you sir for your response. I am still not clear about What I have to install on Client Machine to deal with SQL Server 2008? I have read somewhere that Windows 7 has built in data adapters, Is that mean I have to install nothing for this? (For windows 7 32 bit)

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