Re: Copy a Datbase



Do you want your application to control this copy at all? If so, then you
are going to have to write some manual code to build the schema and populate
it from a data source. A web service to retrieve the data source will be
needed as well.

Sql Server 2000 code will not directly translate to Sql Server CE!

Are you going to be changing this data? Then you will need a web service to
push the data back up?

Are you going to insert records into the database? Then you will need some
sort of method to insure unique row identifiers. Guid?

If you are just doing a lookup of the database, then RemoteSqlCE is awesome
for copying databases to a mobile device.
--
Staff Consultant II
Enterprise Web Services
Cardinal Solutions Group


"Andreas Schenk" wrote:

> Hi!
>
> there are several ways of syncing sql server 2000 to sqlce
>
> here is a nice tutorial on the ms-website:
> http://www.microsoft.com/sql/ce/techinfo/default.asp
>
> or if you want to use a compnent look for "RemoteSQLCe"
>
>
> Greetz
> Andreas Schenk
>
>
.



Relevant Pages

  • Starting with VB2005 and SQL Server 2008 Express Edition
    ... Writing a VB application to connect to SQL Server 2008 Express to handle the data entry instead of using Access. ... However I'm finding it difficult to try out SQL Server 2008 Express to connect to a database from VB. ... When I click this it opens a window that asks me to choose a data source type. ... The next screen asks me to choose a data connection. ...
    (microsoft.public.vb.database)
  • Re: Using of sql server for back end database
    ... 'file data source' window of the upsizing wizard. ... If you are refering to Upsizing your back end to the SQL Server, ... From the Menu at the top select Database Utilities... ...
    (microsoft.public.access.queries)
  • Re: Plugging an alternate data source into MS-Access
    ... you can handle about 90% of the migration. ... Microsoft has a good write-up on converting to SQL Server. ... SQL Server Express as the target database. ... Is there a nice clean API between the forms and the data source? ...
    (comp.databases.ms-access)
  • Re: Plugging an alternate data source into MS-Access
    ... you can handle about 90% of the migration. ... Microsoft has a good write-up on converting to SQL Server. ... SQL Server Express as the target database. ... Is there a nice clean API between the forms and the data source? ...
    (comp.databases.ms-access)
  • RE: Import external data - web query
    ... Your reply for my query is very extensive, this is for importing a file from ... The data source I want isn't listed in the Select Data Source dialog box. ... information used to connect to a database. ... Check your driver First, make sure you have the right ODBC driver (Open ...
    (microsoft.public.excel.misc)

Quantcast