Re: DBD [feature request] : Need to bind_param_inout array references.

2007-09-07 Thread Tim Bunce
On Thu, Sep 06, 2007 at 07:28:23PM +0400, Alexander V Alekseev wrote: Hello! It would be great if I could do: $sth-bind_param_inout(:mytable1, [EMAIL PROTECTED], 100, { TYPE = DBD::Oracle::ORA_VARCHAR2 } ); But autogenerated code from DBD prohibits array reference

Re: DBD [feature request] : Need to bind_param_inout array references.

2007-09-07 Thread Alexander V Alekseev
Hello! On Fri, 7 Sep 2007, Tim Bunce wrote: $sth-bind_param_inout(:mytable1, [EMAIL PROTECTED], 100, { TYPE = DBD::Oracle::ORA_VARCHAR2 } ); But autogenerated code from DBD prohibits array reference binds. void bind_param_inout(sth, param, value_ref, maxlen, attribs=Nullsv)

Re: DBD need to finish..

2007-09-07 Thread Richard T Malafa
Tim, As I understand it you are the head person for this area of DBI and DBD::Oracle. We had a lot of help from both Merijn and Handly in finding typo error in the original perl Makefile.pl and that works great now. We desperately need to get by the make test part and any suggestion from

Re: DBD need to finish..

2007-09-07 Thread Richard T Malafa
ok, tried it.. [EMAIL PROTECTED] perl -e 'require Cwd; import Cwd; print cwd(),\n' /etc [EMAIL PROTECTED] what do we see in the results??? Also, This version of DBD::Oracle gets away from the ld problem.it uses gcc for linking and work pretty well after the make file is fixed. Rich p.s.

Re: DBD need to finish..

2007-09-07 Thread Alexander V Alekseev
Hello! On Fri, 7 Sep 2007, Richard T Malafa wrote: Hi Alexander, That may be true if I was running an Itanium 11.23 system with so instead of normal sl files. Yes HP furnishes files compilied with I suppose, so is set somewhere deep in DynaLoader just a a last

Re: DBD need to finish..

2007-09-07 Thread John Scoles
I do not reconize any of the messages except it look like you are compileing againt the wrong library or some of the libraires are read-only or perhaps do not execute?? do you know what version of the Oracle client you used for compiled DBD::ORacle??? - Original Message - From: Richard T