G
Guest
Hi,
I've recently downloaded MSDE and have tried to create a small app to test
the connection. It fails at the Connections Open() method with an error
indicating an invalid server version. I'm running on a standalone PC with
Windows XP and the .NET 2003 Standard edition.
The connection string I used was :-
Dim objConnection As SqlConnection = New
SqlConnection("server=(local);database=C:\SQL Server 2000 Sample
Databases\pubs;user id=sa;password=")
The actual error was:-
ServerVersion <error: an exception of type:System.InvalidOperationException}
occurred> String
I've recently downloaded MSDE and have tried to create a small app to test
the connection. It fails at the Connections Open() method with an error
indicating an invalid server version. I'm running on a standalone PC with
Windows XP and the .NET 2003 Standard edition.
The connection string I used was :-
Dim objConnection As SqlConnection = New
SqlConnection("server=(local);database=C:\SQL Server 2000 Sample
Databases\pubs;user id=sa;password=")
The actual error was:-
ServerVersion <error: an exception of type:System.InvalidOperationException}
occurred> String