Re: Database Problem ??
From: William Ryan eMVP (bill_at_NoSp4m.devbuzz.com)
Date: 03/21/04
- Next message: William Ryan eMVP: "Re: Please Urgent - Update Data Source Problem ???"
- Previous message: Rich: "Re: raw ir remote control"
- In reply to: Jess: "Database Problem ??"
- Next in thread: Jess: "Re: Database Problem ??"
- Reply: Jess: "Re: Database Problem ??"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 21 Mar 2004 11:55:07 -0500
A Sql Server 2000 or 97 DB isn't going to work on CE. Different file types,
different everything. You'll need to set up Replication
http://samples.gotdotnet.com/quickstart/CompactFramework/doc/sqlcemergereplication.aspx
The main thing is going to be calling the Synchronize method of your
SqlCeReplication object. You can do this in form_load, when the application
starts, when it ends, wherever it's appropriate in your app.
HTH,
Bill
"Jess" <anonymous@discussions.microsoft.com> wrote in message
news:BD8D6E74-0F6C-4303-A3CD-DC0B9B592FCE@microsoft.com...
> How to download the database From SQL Server 2000 or 7 to SQL Server CE.
Can This work on emulator ??? Where should I put the code to download the
database ?? Is it in "Form_Load"
> Thanks
- Next message: William Ryan eMVP: "Re: Please Urgent - Update Data Source Problem ???"
- Previous message: Rich: "Re: raw ir remote control"
- In reply to: Jess: "Database Problem ??"
- Next in thread: Jess: "Re: Database Problem ??"
- Reply: Jess: "Re: Database Problem ??"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|