Re: Replication
From: Darren Shaffer (darrens_at_nospam.com)
Date: 10/06/04
- Next message: RonF: "replication password problem"
- Previous message: Saeed: "RE: Pull() gives 28037 error over Internet"
- In reply to: robert: "Replication"
- Next in thread: Kevin Collins \(MS - SQL Mobile\): "Re: Replication"
- Reply: Kevin Collins \(MS - SQL Mobile\): "Re: Replication"
- Reply: robert: "Re: Replication"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 6 Oct 2004 09:53:15 -0600
The SQL CE Books Online contain a nice chart that shows you the data type
mappings
that are compatible between SQL Server 2000 and SQL CE and how some of these
types get translated from one to the other. I'd start there.
Then realize that there are some other differences between the two that will
affect your
schema design decisions. These include replication of identity columns,
ability to set a PK on
text-based columns, stored procedures, triggers, etc. Good coverage of
these topics in either
the .Net Core Reference from MSPress or Yao's book ".Net CF Programming with
C#".
-Darren
"robert" <robert@discussions.microsoft.com> wrote in message
news:415DE041-524D-435E-95CB-79AD2261BC28@microsoft.com...
> Hello,
>
> I have delevoped a Smart Device Application on my PocketPc with a local
> Sql
> Server Ce database. Now i want to develop a desktop application with the
> same
> functionality and replication between these two databases.
>
> Can anybody explain what i have to consider referring the creation of the
> database on the desktop? - does the types of the columns in the database
> have
> the same type as on the Sql Server Ce database? -etct.
>
> thx
>
> robert
- Next message: RonF: "replication password problem"
- Previous message: Saeed: "RE: Pull() gives 28037 error over Internet"
- In reply to: robert: "Replication"
- Next in thread: Kevin Collins \(MS - SQL Mobile\): "Re: Replication"
- Reply: Kevin Collins \(MS - SQL Mobile\): "Re: Replication"
- Reply: robert: "Re: Replication"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|