|
-
Mar 19th, 2010, 02:38 AM
#1
Thread Starter
Hyperactive Member
Re: SQL CE to SQL Server Transfer..
-
Apr 12th, 2010, 10:27 AM
#2
Re: SQL CE to SQL Server Transfer..
We create VIEW in MS SQL SERVER that "respect" the simpler datatypes in SQL CE and we have a general routine that "reads" the schema of the views and makes those tables in the SQL CE database.
That's a really simple way to achieve at least one-way direction.
For write back to the MS SQL SERVER from the PPC we have a dirty flag we set in the SQL CE tables that allows us to run SERVER-SIDE SPROCS from the PPC for "the other direction".
Do you leave with a copy of SERVER-SIDE data that can be updated in 100% of all the ways possible on the PPC?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|