|
-
June 10th, 2010, 06:24 PM
#1
Database choice
Hi I have a quick question.
I'm writing an app that requires that I store user input. This includes lists. This app will also be distributed.
Does anyone have a suggestion on a database that will fit my need and allow for distribution with the app?
Thanks!
-
June 10th, 2010, 09:19 PM
#2
Re: Database choice
MS Access is not a bad choice if the data will remain reasonably small less than 100 megs works well. Is easy to distribute and requires no other software or special configurations.
Always use [code][/code] tags when posting code.
-
June 11th, 2010, 12:57 AM
#3
Re: Database choice
If the need for database is limited to data storage, you might not even need a database and can simply write your data to a - for example - XML file and use that as storage for persistence.
That makes for very easy distribution.
-
June 11th, 2010, 01:58 AM
#4
Re: Database choice
If you use windows and .NET you can try Eloquera Database ( www.eloquera.com ).
-
June 11th, 2010, 02:24 AM
#5
Re: Database choice
Thank you for the reply.
Do you know if there are any license issues?
-
June 11th, 2010, 02:33 AM
#6
Re: Database choice
This database is FREE for commercial use.
-
June 11th, 2010, 12:27 PM
#7
Re: Database choice
 Originally Posted by bablinyuk
This database is FREE for commercial use.
Thanks for the reference. This looks like an awesome product.
It looks really easy to use.
-
June 12th, 2010, 10:57 AM
#8
Re: Database choice
Check out MS SQL Express version - it's free as well and is very simple to use with the SqlClient classes.
-
June 14th, 2010, 04:29 PM
#9
Re: Database choice
There's also SQLCE (Compact Edition) which is even easier to set up than SQL Express... just include 7 simple DLLs with the application.
-tg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|