Hi all,
I want to build a small stand-alone VB.NET WinForm application to be sold to the general public. Let's say it will be something like Quicken bookkeeping, in that it will have user input forms, etc, and will save check entries to a mini-database.
My question: What do I use for the mini-database MSDE
I'm comfortable in building client-server apps where my data is in SQL Server 2000 right here on my server. Now, however, I'm scratching my head when it comes to a small stand-alone app.
Any ideas will be appreciated.

WinForms and mini-database
Tyler Durden
jlento
regards
erymuzuan mustapa
WilliamW
for pocket pc , take a look at the SQl server CE. there's even a sample app on MSDN, mini northwind.
as for mysql is concern, i don't know wether it will run on pocket pc or not, but there's a possibilty cos they have embedded mysql, which could be embedded within your application.
personally, i would go for MSDE/ SQL server CE because it leverages your know how and there's native provider for both of them.
anup6161
It's a small .NET world, Erik! :) Hope things are going well.
CSharpZealot
So, further considering this small WinForm application, to be priced inexpensively, that simply stores a list of checks written, or perhaps a small address book of friends...
What if I wanted to sell this small inexpensive program for use in handheld or pocket computers Are Jet, MSDE and MySQL still my best bet for storing the data
Anybody know what the licensing implications would be
(BTW, Ken, if you're the same Ken Getz who wrote Access Developer's Handbook, then my hat is off to you, because that book has been tremendously useful over the years.)
Staffan cronstrom LKP
And yes, I'm the same guy. Thanks.
Otis Mukinfus
Erymuzuan, I looked up the article as you suggested. Very helpful. Also, XML hadn't occurred to me. That gives me another option. Thanks.
JoCook
Just also wanted to say that XML sounds like the way to go in your case. You'll be able to do XPath Queries really easily and they'll be really fast in your case...good luck!
PankajGautam