DesktopSqlCe
DesktopSqlCe is a desktop .NET Framework component to remotely access SQL Server Compact Edition, SQL Mobile and SQL CE 2.0 databases on mobile or embedded devices. It allows your desktop .NET Framework application to access data stored on SQL Mobile databases through the well-known data access classes you find on .NET Compact Framework. It's a component
You can use DesktopSqlCe in your own applications in order to access SQL Mobile databases on mobile or embedded devices. By implementing a .NET Framework Data Provider for SQL Mobile on the desktop, you can use the same classes as you would use on the device like SqlCeConnection, SqlCeCommand and SqlCeDataAdapter.
| VB | C# |
Imports Primeworks.DesktopSqlCe
Dim connection As New SqlCeConnection()
Dim command As New SqlCeCommand()
|
using Primeworks.DesktopSqlCe;
SqlCeConnection connection = new SqlCeConnection();
SqlCeCommand command = new SqlCeCommand();
|
It's fast
Not only you get very fast communications between the desktop application and the device, you also get native low-level OLE DB access to the device database. The mix of both features will make your application fly while having a small performance impact on the device. For very large data transfers from the desktop to the device, the server now compresses the data for better performance.
Comprehensive database and platform support
Use just one application to target SQL CE 2.0(device only) and SQL Server Compact Edition databases. You can even target a desktop SQL Compact Edition 3.1 database with the same code you would use to target a remote SQL CE 2.0 database. It's as simple as that! Did we mention that the you can use the same code to handle Pocket PC 2003, Windows Mobile 5.0, Windows CE 4.2 and 5.0 targets? Yes, you can!
Great connectivity
Besides ActiveSync, TCP/IP and serial port, you can now connect to desktop SDF files (using SQL Server Compact Edition).
You can now control the data server from your own device application using the new Primeworks.MobileServer .NET Compact Framework component. Through this component your application can start and control any number of single-threaded TCP/IP and serial communications servers.
Loaded with samples
Reuse code from the growing number of included sample projects! All samples are provided for Visual Studio 2005 in C# and Visual Basic.
Comprehensive documentation
You get both a compiled HTML help file and access to continuosly updated online documentation (.NET 2.0 ). The C# assembly source code is also provided in case you need to know the details of a particluar class implementation.
Licensing and Pricing
DesktopSqlCe is licensed on a per-developer basis. Applications generated with this component can be freely distributed (royalty-free). Please see the DesktopSqlCe License Agreement. The price of each developer license is USD $249.95 (volume licensing available).
Trial period
Applications generated with DekstopSqlCe will work for 90 days before a license is required.
Products / DesktopSqlCe
|