Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Import flat files to Access using PL/Sql
sybrandb wrote:
> duane.d.dunn_at_boeing.com wrote:
> > I have a task that I would like to automate. The task involves
> > Importing a *.csv file to an Access Database using pl/Sql. Does anybody
> > out there have sample code for this.
>
> You want to replace a single-click task by pl/sql? You are aware pl/sql
> is an Oracle language?
>
> --
> Sybrand Bakker
> Senior Oracle DBA
Use vbscript and OLEDB/ADO connection and recordset.
Very simple. No PL required.
If simple automation is required this is the way to go. Received on Tue Dec 05 2006 - 13:44:17 CST