Re: Which DB would be best?
Welcome to VBForums :wave:
I don't use VB.Net, but there is some info in this thread which may be useful for you.
Re: Which DB would be best?
"Some XML type thing" wouldn't be a good choice for security, but would be easy to deploy.
For ease of deployment, choose Access, because it doesn't require the setup of a server on the end-user's machine.
Re: Which DB would be best?
This post: http://www.vbforums.com/showpost.php...28&postcount=5
from a sticky at the top of the db section of this forum...
describes how SQL Server 2005 Express can be used in a way very similar to ACCESS.
you have to install SQL Server 2005 Express on the machine (but that should be invisible to the user)...
but can "open/attach" to a database file without any of the DBA efforts required in the standard MS SQL product line.
Visit the db section when you have questions like this...
http://www.vbforums.com/forumdisplay.php?f=3