My config:
Linux, Redhat 7.0
Oracle 8.1.6.0
Apache 1.3.17
Perl-5.6.0
mod_perl-1.25
HTML::Embperl 1.3.1
DBI-1.1.14
DBD-Oracle-1.06
ApacheDBI-0.88
DBIx-Recordset-0.23
Selecting and inserting rows work fine, however when inserting records with
DBIx::Recordset -> Insert I get the following error:
[1843]ERR: 32: Line 60: Warning in Perl code: DBD::Oracle::db do failed:
ORA-00971: missing SET keyword (DBD ERROR: OCIStmtExecute) at
usr/lib/perl5/site_perl/5.6.0/DBIx/Database.pm line 152.
This happens whether I'm doing something using an existing Search or when
I'm setting up a separate query, in fact I must have tried any format shown
in the DBIx::Recordset pod.
Anyone know what's going on? I need this to work to finish the last webpage
before I can do an alpha release of the whole system :-)
- Steven