On Wed, 2005-06-15 at 10:38 +0200, Wojciech Pietron wrote: > Hello Scott, > > thank you for your help. But are there any workarounds to this problems? > Is DBD::Proxy under development? It looks like its code hasn't been > changed for dozens of months. And now that I am starting a new project I > have to make a decision whether I can rely on DBD::Proxy. > I believe there is a new maintainer, search the archives.
Works great for me, although I have not had to use it with LOB's. > I also had problems with setting FetchHashKeyName and I manually changed > the case of column names. Yes, FetchHashKeyName will not work. I changed the case as well. DBD::Proxy does not work with named parameters, use :1, :2...etc As I said I have not tried using LOB with DBD::Proxy. Try setting the LongReadLen attribute in the connect attribute hash. > > I appreciate any help/links/advices. > > Thank you, > Wojciech Pietron > > * Scott T. Hildreth <[EMAIL PROTECTED]> [2005-06-15 09:50]: > > 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 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 > > > default value. > > > > > > There is no problem to change them when using DBI directly. How can I > > > solve it? > > > > > > Thank you in advance, > > > Wojciech Pietron > > -- > > Scott T. Hildreth <[EMAIL PROTECTED]> -- Scott T. Hildreth <[EMAIL PROTECTED]>