| Thread | Last Post | Replies |
|
| $dbh->{RowCacheSize} = 1000 | 31 Aug 2006 22:43 GMT | 3 |
Can someone please tell me what the size is when I set it to 1000? Is it one meg? Thanks. Peter
|
| Copy one installation to another server - not working | 31 Aug 2006 17:31 GMT | 1 |
I have a properly installed and working DBI/DBD::Oracle on Sun Solaris Unix box 'A'. While installing this, I had used INSTALLIBDIR option which created all my lib and DBI.pm and DBD.pm in the directory I mentioned. I have working perl programs using these DBI/DBD in the programs to ...
|
| sybperl 'make test' problem | 31 Aug 2006 14:28 GMT | 1 |
Trying to upgrade to sybperl 2.18 (from 2.17) after an ASE upgrade to 12.5.4 (from 12.5.3a). This is on Solaris 9 using the 64 bit version of ASE. However, the sybperl compile should be 32 bit. The open client libraries are 12.5.1 and are the ones distributed with the ASE ...
|
| [CDBI] construct sucks. | 30 Aug 2006 07:24 GMT | 18 |
Uh, has anyone else ever noticed that ->construct kind of blows rocks? Specifically, if you ->construct an object that's already in the LiveObject index, CDBI will throw away perfectly good fresh data about the object -- columns not present at all in the indexed version -- and
|
| DBD-Oracle Compatibility | 29 Aug 2006 19:51 GMT | 2 |
We have perl 5.6.0 installed here. Current version of DBI is 1.35 and that of DBD::Oracle is 1.12. Now I want to install DBI 1.5 and DBD::Oracle 1.17 so that I can connect to Oracle 10g databases. Will it be a problem?
|
| DBI::PurePerl and DBD::Oracle... | 29 Aug 2006 18:48 GMT | 3 |
Just trying to understand the instructions on both these packages. Each set of instructions explains that we do the following steps in the following order: - perl Makefile.PL
|
| finishing sth using Childhandles | 29 Aug 2006 15:29 GMT | 4 |
Is the below the correct usage for finishing still active child handles of a dbh? foreach my $childh (@{$dbh->{ChildHandles}}) { $childh->finish() if ($childh->{Type} eq 'st');
|
| [CDBI] Class::DBI giving error where none before. | 29 Aug 2006 14:55 GMT | 1 |
Late yesterday I found that I am getting this error from code which previously functioned, note their appears to be an additional single quote after the key value. Any clues? Class::DBI eas 3.0.14 but the same happens on 3.0.15 when I updated today.
|
| ANNOUNCE: DBI 1.52 - plus PDF of "What's New" presentation | 29 Aug 2006 10:43 GMT | 5 |
file: $CPAN/authors/id/T/TI/TIMB/DBI-1.52.tar.gz size: 419674 bytes md5: 57208ef6dccb3e72cf2df665983ce313 file: $CPAN/authors/id/T/TI/TIMB/DBI_WhatsNewTalk_200607.pdf
|
| managing updates/versions of DBI on a prod box? | 28 Aug 2006 21:00 GMT | 2 |
Hi List; I'm looking for suggestions per managing the same version of DBI on dev, QA & Prod environments. I've thought about RPM's but I dont find the latest version of DBI for RHEL4. Maybe perl -MCPAN but this seems to
|
| (Fwd) [perl #40244] req:regarding support for BerkeleyDB | 28 Aug 2006 20:17 GMT | 1 |
----- Forwarded message from Narendran via RT <dbi-faq@perl.org> ----- Subject: [perl #40244] req:regarding support for BerkeleyDB From: Narendran via RT <dbi-faq@perl.org> Reply-To: dbi-faq@perl.org
|
| Issue with DBD::Oracle | 28 Aug 2006 15:38 GMT | 1 |
dunno wether this is the right audience but i just want to write about this will i remember it, i hope you know where to forward it to. I just got myself DBD-Oracle-1.18 on Solaris8/Sparc, using the workshop compiler cc -V cc: Sun C 5.5 2003/03/12 and while building, i get problems ...
|
| Oracle 10G Connectivity with DBI and DBD in UNIX | 28 Aug 2006 15:33 GMT | 1 |
In my application, I am using perl version 5.6.1. I am currently using Oracle 9i database and I am using DBI and DBD modules for connecting the application to Oracle . Current Configuration of DBI and DBD:
|
| [CDBI] Class::DBI::Iterator | 28 Aug 2006 04:56 GMT | 2 |
As mentioned in a prior post, I had a need to write some methods that operated on collections of CDBI records, and found subclassing Class::DBI::Iterator as one solution. Below are some of the challenges I ran into and areas in which Class::DBI::Iterator seems deficient.
|
| [CDBI] CDBI "collections" and Class::DBI::Iterator | 27 Aug 2006 20:34 GMT | 1 |
I had a need to write some methods that operated on collections of CDBI records, and wondered what was the preferred approach and in what module those methods should live. In the existing code I was working on there was a parent record type and
|