G
Grisha0
Hi,
i'm trying to connect to a datbase across my LAN.
i'm using a standard connetion string... although i got error..
sorry for my english..
best regards
grisha
[error]
An unhandled exception of type 'System.ArgumentException' occurred in
System.Data.SqlServerCe.dll
Additional information: Unknown connection option in connection string:
network library.
[/error]
i'm trying to connect to a datbase across my LAN.
i'm using a standard connetion string... although i got error..
sorry for my english..
best regards
grisha
Code:
System.Data.SqlServerCe.SqlCeConnection polaczenie = new
System.Data.SqlServerCe.SqlCeConnection();
polaczenie.ConnectionString= "Data Source=192.168.0.200,1433;Network
Library=DBMSSOCN;Initial Catalog=GRP;User ID=bla;Password=bla;";
[error]
An unhandled exception of type 'System.ArgumentException' occurred in
System.Data.SqlServerCe.dll
Additional information: Unknown connection option in connection string:
network library.
[/error]