Re: Make all records as changed

From: Frank Hickman [MVP] (fhickman_NOSP_at_M_noblesoft.com)
Date: 02/24/05


Date: Thu, 24 Feb 2005 04:29:10 -0500


"Alexander Baumgart" <Alexander.Baumgart@siemens.com> wrote in message
news:cvk35s$kmk$1@mail1.sbs.de...
> Hello,
>
> i try to copy a Access DB to a SQL Server per ADO. I create a identical
> table on both DBs and was hoping i could simple open a recordset
> on the Access DB change the activeconnection to the SQL Server and force
> an
> update. But that didnt work because alle records get the status/editmode
> unchange, that i didnt seem couldnt change ;( Any idea how i could copy
> alle
> data between the 2 dbs ?
>
>

Since your using ADO then you should look at using the SetAllRowStatus
method. Other database technologies should have something comparable.

-- 
============
Frank Hickman
Microsoft MVP
NobleSoft, Inc.
============
Replace the _nosp@m_ with @ to reply.


Relevant Pages

  • Re: Make all records as changed
    ... Frank Hickman [MVP] wrote: ... >> i try to copy a Access DB to a SQL Server per ADO. ... But that didnt work because alle records get the ...
    (microsoft.public.data.ado)
  • Make all records as changed
    ... i try to copy a Access DB to a SQL Server per ADO. ... table on both DBs and was hoping i could simple open a recordset ... But that didnt work because alle records get the status/editmode ...
    (microsoft.public.data.ado)
  • Re: How to Mimic Access Externally Linked Tables using ADO?
    ... > using SQL Server for efficiency reasons. ... > connection up programmatically using ADO or ADOX or some SQL Server API? ... >> newsgroup, but if you have a good reason to send me e-mail, you'll find ... ADO does not have a query engine. ...
    (microsoft.public.data.ado)
  • Re: How to access the SQL server express from mfc application?
    ... There are different ways to do this via MFC. ... You could certainly try ADO, ... the entire contents of the database to a SQL Server Standard Server. ...
    (microsoft.public.vc.mfc)
  • Re: DAO vs ADO
    ... and ADO when working with SQL Server data. ... which makes DAO a good choice. ... > add additional overhead by loading Jet, ...
    (microsoft.public.access.conversion)