I want to create a local Database with my C# Project. The Database should be saved in the Projec file, so if I the Programm to another PC, the Data is kept. I tried to add a Database. Everything is fine BUT if I create a Table in the Database, i cant save it in my Project, I have to save it externally. I dont know if you understand what i mean, but here are some pictures that can maybe help understanding me.
This is the Database I added to the Project. Everything fine.
If I double click on it I get this Window:
If I click on "Tables" (In this picture it's named "Tabellen") and then "Create New". I get this Window:
Everything fine so far. But when I want to save it, I cant save it in the Project. I have to save it externally. So my Questions are:
- HOW can I save it in my Project
- AND HOW can I work with it in my Project?
Hope all of you understood what I want :D, sorry for my bad explanation and my bad englisch ;)


