DesktopSqlCe ManualConnecting to a database There are two options when connecting to a remote device: you can either use the ADO .NET Provider classes or the low-level classes. ADO .NET ProviderEstablishing a connection is a simple matter of creating a SqlCeConnection object and opening it with the correct connection string. Low LevelWhen using the low level classes, connecting to a device database is a two-step process:
|
