I have developed a java web application and make installer of the application. This application is using SQL Server 2000,
Now I want, when user installs this application on his/her machine, the installer install the database also, if the machine does not have SQL Server then it install the SQL Server on user machine & create the database.
Is it possible? if yes then how can I do this?
What are the pros & cons of doing this?
Regards
Ashish