Hi All,
My application requires the use of SQL Server Express in order to run so as a result I need to have this installed when the user installs my application. However, I have a problem in that I need to adopt a Client / Server approach to the Installer, so a user can simply install SQL Server Express, or my application or both if needed.
My problem is how do I do this I appreciate that I can have custom dialogs, conditions etc., within my setup and deployment project but what about physically creating the Database, Tables, Roles, Stored Procedure etc. How do I do that What's the best option Is is possible to have a database file system pre-created (i.e. .dbf and .log files) and simply mount this. Or do I need to use scripts
Can anyone provide me with resources / links to content that will help me accomplish this I'd really appreciate it.
Visual Basic6
|