Is it possible to embed an Access Database into a C# Windows Application,
much like you would for a Resource File?
If it is possible: Is there any advantage / disadvantage to doing this?
How would I reference the Database then for my connection string?
I can't actually create this as a Resource File: so is adding the database
to the solution enough, so that it is embedded into the .exe?
Thanks
Andy