if u have user id and pwd then use the following: Data Source=urServerAddress;Initial Catalog=urDataBase;User Id=myUsername;Password=myPassword; if u r using windows authentication then use the following: Data Source=urServerAddress;Initial Catalog=urDataBase;Integrated Security=SSPI;
Abdul Sami, Systems Analyst