Need Help While Creting Websteup Project
-
hi all, please help me in this , i creating a websteup project while installing in client machine the following conditions have to check , 1)If SQL Server 2005, then make sure to check the SMO version and suggest if there is any mismatch. If appropriate SMO version is not found, then we can inform the user and install that. If user says MySQL 5.1, then check if appropriate driver dll file is found, if not raise an error and suggest user where to get it. 2) If SQL Server 2005 is selected, then we need to ask if the database already created or not. If created, then you need to ask for servername(or ip), database name, port number, userid/password, then go and create the required tables and insert the rows. If database is not created, then you need to create database, create tables, insert rows, etc., If we have to create database, then we need to ask Server name (or ip adress), port number(default 1433), where the data file, log file going to reside, database name, initial database size, dba login credentials, etc., 3) If MySQL 5.1 is selected, then we need to ask if the database is already created or not. If created, then we need to ask for userid/password, port number, database name, port number, userid/password, then go and create required tables and insert the rows. if daatabase is not created, then you need to create database, create tables, insert rows, etc., If we have to creat database, then we need to ask server name(or ip address), port number (default 3306), database name, login credentials, etc., Please suggest me if any article is available in net i tried lot for this .but unable to find correct info .still trying.... any help please Thhanks and regards, Guru