I have researched this for a while and finally figured I would post.
Let's say for example, I have a database named 'template'. This database is an Access 2003 database. I want to connect to this database via an application I am building in VB.NET 2003.
When I open the application, the program will have a form that will ask me to either 'Open' an existing project or 'Create' a new project. (These projects are just Construction project names).
What I would like to do is when asked to create a NEW project, the template db is copied and renamed by the value (string) that I type in a textbox, and is used throughout while the program is opened.
If I want to open an 'Existing' project, then it I need a Windows API OpenFile dialog box that will open and I can the select the DB to connect.
Let me explain the use of this DB. I have to walk several large construction projects weekly. I will be using a tablet pc. I have an interface that allows me to open CAD & PDF drawings of these projects so I can determine that everything is being installed properly and I can make my reports. I have made what used to be manually carrying large sets af blueprints, hand writing notes, typing Word and Excel docs, etc into a total electronic program.
I have so much data from these projects, which contains accounting data, estimated data, links to pdf and CAD (not embeded), that I feel I will reach my limits withing 6-10 months. I feel that that having a DB for each project, will actually give me better storage of data, that could be used or sent to other computers with this program.
Can someone please help with this?
Let's say for example, I have a database named 'template'. This database is an Access 2003 database. I want to connect to this database via an application I am building in VB.NET 2003.
When I open the application, the program will have a form that will ask me to either 'Open' an existing project or 'Create' a new project. (These projects are just Construction project names).
What I would like to do is when asked to create a NEW project, the template db is copied and renamed by the value (string) that I type in a textbox, and is used throughout while the program is opened.
If I want to open an 'Existing' project, then it I need a Windows API OpenFile dialog box that will open and I can the select the DB to connect.
Let me explain the use of this DB. I have to walk several large construction projects weekly. I will be using a tablet pc. I have an interface that allows me to open CAD & PDF drawings of these projects so I can determine that everything is being installed properly and I can make my reports. I have made what used to be manually carrying large sets af blueprints, hand writing notes, typing Word and Excel docs, etc into a total electronic program.
I have so much data from these projects, which contains accounting data, estimated data, links to pdf and CAD (not embeded), that I feel I will reach my limits withing 6-10 months. I feel that that having a DB for each project, will actually give me better storage of data, that could be used or sent to other computers with this program.
Can someone please help with this?