Re: Newbie : Oracle data to Access table.

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"General Fear" <richmarin@xxxxxxxxxxxxx> wrote in message
news:1138285226.119771.326520@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Thanks for the reply.
>
> Is it possible to do this without a link. Maybe straight VB code.
>

You can use ADO to connect to Oracle, select the data from the table,
traverse each row returned and issue an insert to Access (not a very
efficient method).

Another way could be; ADO to Oracle using a connection object, select the
data from the table into a recordset object then change the recordset
connection object to the Access one. This would require that both tables be
identical in structure. You may need to replace the command objects as
well, maybe.

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


.



Relevant Pages

  • Re: OLE DB (ADO) error messages
    ... By all errors using Connection object or Recordset object. ... I use SSCE with Delphi and ADO ...
    (microsoft.public.sqlserver.ce)
  • Re: ping DelM: coInitialize
    ... that if an ADO connection object exists, ... never had to actively call coinit or couninit in any of my ISAPI programs. ...
    (borland.public.delphi.database.ado)
  • Re: ODBC/OLE DB Connection Pool
    ... > connection be kept open for the application as this will serialize all ... threads ONCE they are returned to the pool. ... > Tips for ADO Users ... > The ADO Connection object implicitly uses IDataInitialize. ...
    (microsoft.public.data.ado)
  • Re: ODBC/OLE DB Connection Pool
    ... > connection be kept open for the application as this will serialize all ... threads ONCE they are returned to the pool. ... > Tips for ADO Users ... > The ADO Connection object implicitly uses IDataInitialize. ...
    (microsoft.public.inetserver.asp.db)
  • Re: ODBC/OLE DB Connection Pool
    ... > connection be kept open for the application as this will serialize all ... threads ONCE they are returned to the pool. ... > Tips for ADO Users ... > The ADO Connection object implicitly uses IDataInitialize. ...
    (microsoft.public.data.oledb)