Front page | perl.dbi.users |
Postings from February 2001
RE: DBI code problem!
From:
Seger, Jeffrey
Date:
February 2, 2001 06:47
Subject:
RE: DBI code problem!
Message ID:
834B92CB0E4CD21184A400A0C9D180BD0332AD93@NTEXC0001
snip 8<
It creates table 'employees', but can't do insert in this table. What is
wrong?!
If this table is create and populate will be recognize by Oracle, SQL
as SQL table, or I have to use DBD::Oracle?
Thanks for any help!
Livia
The DBD::CSV module actually just creates another .csv file, but with column headings.
In order for it to be recognized by Oracle, it must be in an Oracle Database, and for
that, yes you must use DBD::Oracle..