Posts by ErikEJ • 186 points
1 post
-
7
votes1
answer1710
viewsA: Connection error
You must use SqlCeConnection, SqlCeCommand and similar instead of SqlConnection. Add a reference to System.Data.SqlServerCe.dll. [Original] You must use SqlCeConnection, SqlCeCommand etc Instead of…