Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL+ Switches
Mark Day wrote:
> Hi Mark,
> I am actually updating Oracle tables from within MS Access using the sql
> INSERT INTO etc. I need to commit the changes to Oracle instantly and there
> is no way to accomplish this from witih Access. I know the correct way would
> probably be to link to an Oracle view, but a third party would need to be
> involved for this, so the alternative would be to shell out to SQL+ from
> within Access and run the commit command after updating the tables. At
> present this is a manually process and I would like to automate it.
>
> TIA
> Mark.
>
If you are using an ODBC driver, you can set autocommit on. I thought
that this was the default, but maybe not.
Received on Thu Feb 19 2004 - 09:18:46 CST
![]() |
![]() |