Re: (Fwd) DBI's method for reading [row x,field y]

2007-02-27 Thread Jacqui Caren
Martin J. Evans wrote: Of course, selectall/fetchall_arrayref retrieves all the rows in the result-set so this will use that amount of memory up but given you are already doing this I guess that won't bother you (unless Pg uses cursors to navigate to the required row). To my knowledge, DBI does

RE: (Fwd) DBI's method for reading [row x,field y]

2007-02-27 Thread Garrett, Philip \(MAN-Corporate\)
> -Original Message- > From: Bob Hunter [mailto:[EMAIL PROTECTED] > Sent: Tue 2/27/2007 5:07 PM > To: Garrett, Philip (MAN-Corporate); dbi-users@perl.org > Cc: [EMAIL PROTECTED] > Subject: RE: (Fwd) DBI's method for reading [row x,field y] > > The same example, using Pg... > > # use Pg; >

RE: (Fwd) DBI's method for reading [row x,field y]

2007-02-27 Thread Ronald Kimball
Bob Hunter [mailto:[EMAIL PROTECTED] wrote: > The list is dead. Forwarding the message to the list > is like dropping it in the bin. If you do not care > meeting user's problems, then why should I care using > DBI in the first place? I have your book, it is > verbose, but it does not answer to ke

Re: (Fwd) DBI's method for reading [row x,field y]

2007-02-27 Thread Jeff Zucker
Bob Hunter wrote: The list is dead. Forwarding the message to the list is like dropping it in the bin. If you do not care meeting user's problems, then why should I care using DBI in the first place? I have your book, it is verbose, but it does not answer to key questions. Either you write a bett

RE: (Fwd) DBI's method for reading [row x,field y]

2007-02-27 Thread Bob Hunter
As far as I can see, this feature is not documented, neither in perldoc DBI nor in Bunce's book. You seem to know DBI better than the author... Thank you. Bob Bored stiff? Loosen up... Download and play hu

Re: (Fwd) DBI's method for reading [row x,field y]

2007-02-27 Thread Bob Hunter
The list is dead. Forwarding the message to the list is like dropping it in the bin. If you do not care meeting user's problems, then why should I care using DBI in the first place? I have your book, it is verbose, but it does not answer to key questions. Either you write a better book, or start ch

Re: (Fwd) DBI's method for reading [row x,field y]

2007-02-27 Thread Martin J. Evans
Tim Bunce wrote: - Forwarded message from Bob Hunter <[EMAIL PROTECTED]> - Date: Tue, 27 Feb 2007 08:03:19 -0800 (PST) From: Bob Hunter <[EMAIL PROTECTED]> Subject: DBI's method for reading [row x,field y] To: Tim Bunce <[EMAIL PROTECTED]> X-Pobox-Pass: [EMAIL PROTECTED] is whitelisted

RE: (Fwd) DBI's method for reading [row x,field y]

2007-02-27 Thread Garrett, Philip \(MAN-Corporate\)
Hi Bob, > - Forwarded message from Bob Hunter <[EMAIL PROTECTED]> - > Date: Tue, 27 Feb 2007 08:03:19 -0800 (PST) > From: Bob Hunter <[EMAIL PROTECTED]> > Subject: DBI's method for reading [row x,field y] > > Tim, > > I am porting an application from Pg to DBI, and make extensive use of

(Fwd) DBI's method for reading [row x,field y]

2007-02-27 Thread Tim Bunce
- Forwarded message from Bob Hunter <[EMAIL PROTECTED]> - Date: Tue, 27 Feb 2007 08:03:19 -0800 (PST) From: Bob Hunter <[EMAIL PROTECTED]> Subject: DBI's method for reading [row x,field y] To: Tim Bunce <[EMAIL PROTECTED]> X-Pobox-Pass: [EMAIL PROTECTED] is whitelisted Tim, I am porting

Re: DBD::Oracle-1.19 installation error

2007-02-27 Thread John Scoles
Not sure what you mean by "The only different at this time is I install on a full suite of Oracle servers are running" Does this mean you tried to complile and install while Oracel was running? or are you compiling against an enterprize version of the client? ""Pham, Tri"" <[EMAIL PROTECTED]> w

Re: (alleged-)Null-Operation speeds up DBD::Oracle by factor 25

2007-02-27 Thread John Scoles
That is a neat one. Makes some sort of sense as you are telling OCI directly what is being put into it. Rather that letting OCI figure out what is what. Can you send me a empty table structure/SQL and test Perl code so I can have a closer look into it. I plan to be making another release at t