Viewing 5 posts - 1 through 6 (of 6 total)
Also worth mentioning is that .NET 2.0 does not accept/require the "Provider=" attribute in the connection string, which can throw an error.
January 21, 2007 at 8:13 am
SQL Server 2005 Express is a little odd with its server name. Try specifying the server as:
MACHINENAME\SQLEXPRESS
Additionally, there is a 15 character limit on the machine...
December 18, 2006 at 3:54 pm
Ok, same question: what are your connection properties in VS 2005?
December 18, 2006 at 11:49 am
What are your connection properties? It could be that the authentication used in VS is not correct.
December 12, 2006 at 6:48 am
I enjoyed reading your short article and I would like to make two statements:
First, I'm amazed that companies would even consider NOT having the original developers maintain the application. In...
December 12, 2006 at 6:40 am
Viewing 5 posts - 1 through 6 (of 6 total)