in reply to Re: Re: Re: Re: OT: Oracle SQL issues
in thread OT: Oracle SQL issues
that obviously supplies undef/NULL for columns that are NOT NULL constrained.$sth->execute(undef, '','50', 0, undef, '','1',1','50 free page points + at signup!',....);
anyway, if that's just test code, and you're actually doing some $sth->execute(@{$hash->{$table}}{@ordered_cols}), then i'd say that something is still b0rked, and we need to keep looking..
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re:... OT: Oracle SQL issues
by AidanLee (Chaplain) on Sep 13, 2001 at 21:06 UTC |