Problems building DBD on strawberry Perl

2008-05-21 Thread Martin Evans
Hi, I'm hoping someone here may be able to help with an outstanding ticket I have for DBD::ODBC. http://rt.cpan.org/Dist/Display.html?Status=ActiveQueue=DBD-ODBC which started at http://rt.cpan.org//Ticket/Display.html?id=32789 (for strawberry perl) The problem is people using cpan -i on

Re: Problems building DBD on strawberry Perl

2008-05-21 Thread H.Merijn Brand
On Wed, 21 May 2008 09:21:57 +0100, Martin Evans [EMAIL PROTECTED] wrote: Hi, I'm hoping someone here may be able to help with an outstanding ticket I have for DBD::ODBC. http://rt.cpan.org/Dist/Display.html?Status=ActiveQueue=DBD-ODBC which started at

Re: Problems building DBD on strawberry Perl

2008-05-21 Thread Martin Evans
H.Merijn Brand wrote: On Wed, 21 May 2008 09:21:57 +0100, Martin Evans [EMAIL PROTECTED] wrote: Hi, I'm hoping someone here may be able to help with an outstanding ticket I have for DBD::ODBC. http://rt.cpan.org/Dist/Display.html?Status=ActiveQueue=DBD-ODBC which started at

RE: Bug in DBD::Oracle handling LOB columns and synonyms?

2008-05-21 Thread mirko.kraft
Hi John, the Web interface doesn't work for me, so I cc this to bug-DBD-Oracle [at] rt.cpan.org which should also be ok. I attached a diff -c on oci8.c from 1.21 which I think fixes the issue (not tested currently, however): *** oci8.c.ori Wed May 21 12:09:48 2008 --- oci8.c Wed May 21

Re: Function Calling Methods

2008-05-21 Thread David E. Wheeler
On Wed, 14 May 2008 10:05:22 -0700, Martin Evens wrote: That is slightly more complicated than it looks. DBD::Oracle already magics a sth into existence for reference cursors but some databases can return more than one result-set from a procedure - e.g., SQL Server and the SQLMoreResults