Hey GuysI am using the following connection string_connectionString = "Provider=SQLOLEDB;Data Source=MyServer;Initial Catalog=MyDB;User Id=MyUername;password=;Trusted_Connection=yes"
The above line was working just fine and I tried to use a diff. database and it gave me a valid error from VS2005 then I changed the connection string to original form and now getting the following error errorEnd of Stream encountered before parsing was completed.
I dont hav a password setup so that optin is blank, I also tried to remove the password option but that did not work.Thanks.