Hi Eduardo,
Allow me to give you a very brief overiew:
CEDB is the data store that is included in the Windows CE OS. It is the
underlying database used with PocketAccess. CEDB has no provider for .NET
Compact Framework available from Microsoft. There is a third-party managed
wrapper available at
http://www.inthehand.com/index.php?page=5&show=1,2.
You can access CEDB from ADOCE using eVB 3.0, or through its API using
eMbedded VC++.
PocketAccess was the UI shipped to view data in a CEDB datastore. It
shipped on HandheldPC and HandheldPC2000. It is not provided with
PocketPC's.
ADOCE allows you to access CEDB and SQL Server CE from eMbedded VB 3.0
code. ADOCE is not supported from eMbedded VC++.
SQL Server CE is Microsoft's Enterprise mobility database. It can be
accessed from ADOCE3.1 in eMbedded VB3.0, ADOCE.NET
(System.Data.SqlServerCe namespace) and OLEDB via eMbedded Visual C++ 3.0
and 4.0. We also include a Query Analyser that runs on the Windows CE
device. There is a link below to the SQL Server CE website.
You can also find some useful information on
http://www.devbuzz.com/content/init_database.asp
Kevin Boske
(
[email protected])
SQL Server CE Team
Microsoft
----------------------------------------------------------------------------
----------------------------------------
Everything you need to know about SQL Server CE:
http://www.microsoft.com/sql/ce/techinfo/default.asp
----------------------------------------------------------------------------
----------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.
----------------------------------------------------------------------------
----------------------------------------
--------------------
Reply-To: "Eduardo Pavinato Klein" <
[email protected]>
From: "Eduardo Pavinato Klein" <
[email protected]>
Subject: Database
Date: Wed, 10 Sep 2003 18:34:32 -0300
Lines: 13
Organization: Mobiltec
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <OPLzyO#
[email protected]>
Newsgroups: microsoft.public.dotnet.framework.compactframework
NNTP-Posting-Host: 200-102-138-009.paemt7011.dsl.brasiltelecom.net.br
200.102.138.9
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:33279
X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
Hi, I'm in trouble with databases...
Could anybody give me an overview about CEBD, SQLCE, ADOCE, PocketAccess,
and so on?
I'd want to know what are the same thing, if they're supported by the CF and
any other details you have.
If you have some links, I'm grateful for them.
Thanks,
Eduardo Klein