Re: [Catalyst] [***SPAM*** Score/Req: 11.00/6.0] Re: Error while going through tutorial using Oracle

2006-08-18 Thread Jason Crummack
I beg to differ, have you actually read the DBD::Oracle page link I sent you? try the following create table fred (p1 integer primary key); insert into fred values (1); select p1 from fred; returns 1 create table "fred" (p1 integer primary key); insert into "fred" values (2); select * from "f

Re: [Catalyst] [***SPAM*** Score/Req: 11.00/6.0] Re: Error while going through tutorial using Oracle

2006-08-18 Thread Hartmaier Alexander
1. Oracle isn't case sensitive for table names 2. column_info on Oracle only works if the table name passed is uppercase. -Alex > -Original Message- > From: [EMAIL PROTECTED] [mailto:catalyst- > [EMAIL PROTECTED] On Behalf Of Jason Crummack > Sent: Friday, August 18, 2006 10:52 AM > To: