Merge replication is required for bi-directional replication between a SQL
Server and SQL CE clients. RDA can be used for 1 way replication.
You can test all you want with the emulator in fact it is a very good
choice.
You need a SQL Server any version, and VS Studio .Net and above, as well as
IIS or PWS. Then you need Active Sync and the SQL CE tools -
http://www.microsoft.com/sql/ce/downloads/default.mspx When you configure connectivity support in IIS you will be prompted for a
snapshot share. Make sure this share is accessible by the account your
Pocket PC app is connecting the url with.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com [quoted text, click to view] "steroche" <steroche@gmail.com> wrote in message
news:1124488661.231241.249120@g44g2000cwa.googlegroups.com...
> Hi guys,
> I have a problemo - basically i have one large SQL2000 DB. This is
> edited / updated etc by users of the website i am developing. However i
> also wasnt a SQLCE component as i want certain users to recieve
> user-specific information from the database to their PPC's (I don't
> have access to a device -just an Emulator). I presume some sort of
> merge replication of the servers is required? I really don't have any
> knowledge of this area but i have read somewhere that you need a server
> with NTFS to take DB snapshots? I am running everything at home and
> have IIS, SQLServer2K, SQLCE...basically everything on the same machine
> and it has a FAT32 file system. Does this mean i cant synchronise my
> databases?
>
> I am using ASP.NET(C#) for the web app and ASP.NET Smart Device App in
> VS2003.NET EnAR
>