CEQuery is written in C# with the help of Visual Studio 2008 platform. Some of the features of this tool are described below:
Insert/Update/Delete] records in a selected table. In one of my projects, I have to use SQL Server CE database rigorously as the application interacts with the local version of SQL Server CE file for displaying and manipulating data. SQL Server CE 3.5 version has been used in the application. The application is built on Visual Studio 2005 platform with the support of .NET Framework 2.0. I was initially faced with some problem for querying the SQL Server CE files. Following are the reasons for creating a separate tool for querying a CE database:
So to manage the queries for CE database, the concept of writing a new tool comes to mind. As SQL Server CE architecture is completely written in C#, there should not be any problem to write a small new tool in a short time period. The main aspects of the tool are as follows:
Insert/Update/Delete] in any table from the tool. A brief description of how to use the article or code has been provided in the help [CEQuery-Help.zip] file attached with this article.
The following articles were very helpful in terms of learning for me:
You need to have SQL Server CE 3.5 installed to run the code.
The latest version of CEQuery has some enhancements as well as bug fixes. The suggestions from users have been the keen interest for posting the new release.
nVarChar field sizes omitted / lost in generated schema files