ado.net connection using c#
Hi,
I want to know what is the connection string for ADO.Net
I have used this one
SqlConnection con = new SqlConnection("Data Source=.;Initial Catalog=patient;uid=sa;pwd=;");
but it is throwing some sql execption,
any suggestions
Thanks in Advance,
A.Durga Prasad