Try this

SqlConnection conn = new
SqlConnection("server=.;uid=sa;pwd=madurai;database=project");







On 8/16/09, stanlei <[email protected]> wrote:
>
>
> is there anything wrong with this ...
> SqlConnection conn = new SqlConnection("Data Source='MOI-PC/
> SQLEXPRESS';Initial Catalog =project;Integrated Security=SSPI;User
> ID=sa;Password=madurai;");
>

Reply via email to