Recently, I needed the SqlCeConnection.GetSchema() method for retrieving the schema of an embedded SQL CE database. Apparently the GetSchema method is not implemented in SQL Server CE 3.5 and throws an exception when called. The method is implemented in SQL Server CE 4.0, but there were no official MS articles on how to install it or where to get the installer for integrating the Tools into VS. Through trial and error, I found the way. |
Blog >