Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Insert into Oracle from Access

Re: Insert into Oracle from Access

From: Malcolm Dew-Jones <yf110_at_vtn1.victoria.tc.ca>
Date: 24 Feb 2003 21:18:45 -0800
Message-ID: <3e5afcb5@news.victoria.tc.ca>


Randy Harris (randy.harris_at_nospam.net) wrote:
: I posted this question in an Access newsgroup but didn't get an answer, I
: thought perhaps the gurus here might know.

: Is there any way to do a INSERT into an Oracle table from an Access table
: without Linking it in Access. What I had in mind is something like:

: INSERT INTO [ocn].OracleTableName
: SELECT Field1, Field2
: FROM LocalTable

: where ocn is the Access connection into Oracle.

: Is this even possible?

I don't remember (I suspect so).

As an alternative however, I'm pretty sure you can use VB to create a link and destroy it later, so even if you access the oracle table through a link it can still be completly under the program's control. Received on Mon Feb 24 2003 - 23:18:45 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US