DBD::Proxy and LOBs

2005-06-14 Thread Wojciech Pietron
perl 5.8 DBI, DBD::Proxy 1.21 DBD::Proxy 1.48 linux RedHat 2.4.21 Hello, I am using DBD::Proxy and it looks like impossible to change default values of LongReadLen and LongTruncOk attributes in DBD::Oracle driver. Despite changing in my code I get the message, that attribute still has its

Re: DBD::Proxy and LOBs

2005-06-14 Thread Scott T. Hildreth
Look for earlier threads, basically with DBD::Proxy, the dbh attributes cannot be changed once a connect is made(I think). Check the DBD::Proxy perldoc for an explanation. On Tue, 2005-06-14 at 17:31 +0200, Wojciech Pietron wrote: perl 5.8 DBI, DBD::Proxy 1.21 DBD::Proxy 1.48 linux RedHat

RE: DBI module installation problem on Solaris 10

2005-06-14 Thread Shailesh Mali
Hi I am trying to set up connectivity between mysql and perl on Solaris. After lot of problem I managed to install DBI and DBD module son Solaris. I am using script bellow to test connectivity and getting following error. I am also not able to run mysql admin.from search on net it appears that

Seek help installing DBD::Oracle

2005-06-14 Thread McLean, Emmett (HQP)
Hi, Opon attemping a DBD::Oracle install it appears that I must install OCI first to get oci.h ... But if I attempt to install OCI first it baulks that it can't find Oracle.pm Any suggestions? Here is the DBD::Oracle install attempt : System: perl5.008002 cygwin_nt-5.0 troubardix

Re: Seek help installing DBD::Oracle

2005-06-14 Thread Michael A Chase
On 06/14/2005 04:58 PM, McLean, Emmett (HQP) said: Hi, Opon attemping a DBD::Oracle install it appears that I must install OCI first to get oci.h ... But if I attempt to install OCI first it baulks that it can't find Oracle.pm Any suggestions? Here is the DBD::Oracle install attempt :