E
e-mid
i am trying to connect a database on sql server ce:
connString = "Provider=Microsoft.SQLServer.OLEDB.CE.1.0; Data Source=\\My
Documents\\test.sdf";
conn = new SqlCeConnection(connString);
i got following error:
"Unknown connection option in connection string: provider"
what is the problem here?
connString = "Provider=Microsoft.SQLServer.OLEDB.CE.1.0; Data Source=\\My
Documents\\test.sdf";
conn = new SqlCeConnection(connString);
i got following error:
"Unknown connection option in connection string: provider"
what is the problem here?