I am currently in the process of trying to develop an application in VB.NET 2008 with a SQL express DB. I have created the DB and feel I have all my tables, relationships etc ready to go.
This is what I am trying to do and I want to see if this is possible. I will need as much help with this as I can get.
1. When the user opens the program they will have an option to either 'Create a New' or 'Open Existing' project. What I need the program to do is (A) If the user chooses to 'Create a New' project, the template DB will be copied and the user will name this new DB based on string they input in textbox. Once this is completed then the connection is to this newly named DB. (B) If the user choses to 'Open Existing" then a form with listbox opens showing all DB names, the user selects the DB Name they want, and they click 'Open', this will open that specific database.
Note - I plan to have the SQL and program on the local computer, which will make this a stand alone program, requiring no internet or network connections. I could specify and create a specific folder at installation for all DB's to be stored on the computer, therefore having a static location.
Thanks in advance for all of your help.
Mark
This is what I am trying to do and I want to see if this is possible. I will need as much help with this as I can get.
1. When the user opens the program they will have an option to either 'Create a New' or 'Open Existing' project. What I need the program to do is (A) If the user chooses to 'Create a New' project, the template DB will be copied and the user will name this new DB based on string they input in textbox. Once this is completed then the connection is to this newly named DB. (B) If the user choses to 'Open Existing" then a form with listbox opens showing all DB names, the user selects the DB Name they want, and they click 'Open', this will open that specific database.
Note - I plan to have the SQL and program on the local computer, which will make this a stand alone program, requiring no internet or network connections. I could specify and create a specific folder at installation for all DB's to be stored on the computer, therefore having a static location.
Thanks in advance for all of your help.
Mark