Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ODBC for access7
If you are able to do this in an interactive mode, an easy solution
would be to use the tools you already have.
If you have an Access97 database, you can use Access (and the corresponding Oracle ODBC driver) to connect to an Oracle database. Create in Oracle the table you want to insert into, attach this table in Access97, and then simply issue the statement:
INSERT INTO AttachedOracleTable SELECT * FROM LocalAccessTable
On Thu, 09 Apr 1998 11:02:08 -0500, Peter Chang <p-chang_at_ti.com> wrote:
>Hi you all,
>Can someone tell me how can I read/write data from Access97 and EXCEL
>to ORACLE. Thanks.
>
Thanks!
Joel
Joel R. Kallman Oracle Government, Education, & Health
Columbus, OH http://govt.us.oracle.com jkallman@us.oracle.com http://www.oracle.com
![]() |
![]() |