On Wed, Feb 06, 2002 at 06:12:38PM -0500, McElwee, wrote:
> Hi,
>
> I'm capturing data from a proprietary database to a flat file and I want to
> create tables and insert rows of data into those tables. From what I've read
> as long as the number of columns matches the number of elements in a row
Hi,
I'm capturing data from a proprietary database to a flat file and I want to
create tables and insert rows of data into those tables. From what I've read
as long as the number of columns matches the number of elements in a row I
should be able to do wholesale inserts into the oracle database.