Re: adding key to DB object

From: Brandon Metcalf (bmetcalf_at_nortel.com)
Date: 03/29/05


Date: Tue, 29 Mar 2005 14:20:16 -0600 (CST)
To: Tim Bunce <Tim.Bunce@pobox.com>

T == Tim.Bunce@pobox.com writes:

 T> On Tue, Mar 29, 2005 at 12:20:09PM -0600, Brandon Metcalf wrote:
 T> > j == jeff@vpservices.com writes:
 T> >
 T> > j> No, that's wrong. It may look like a hash, but when you set or query
 T> > j> attributes, you are actually calling the STORE() and FETCH() methods of
 T> > j> the DBD and of DBI. You can only set attributes that can be handled by
 T> > j> the DBD and by DBI, you can't invent new attributes.

 T> Unless they start with "private_".

Ah, nice. That's what I need.

-- 
Brandon


Relevant Pages

  • Re: adding key to DB object
    ... It may look like a hash, but when you set or query ... you are actually calling the STOREand FETCHmethods of ... j> the DBD and by DBI, ...
    (perl.dbi.users)
  • RE: How to perform JOINs with DBI
    ... How to perform JOINs with DBI ... What does the query do in SQL*Plus? ... intended recipient, please be aware that any disclosure, copying, distribution ... sender of the delivery error by replying to this message, or notify us by ...
    (perl.dbi.users)
  • Re: Order by statement stopped working but not in all cases
    ... If what you say is true and none of you SW (Perl, DBI, DBD, Oracle) has ... by statement in the query, it again returned results though not sorted. ... The apps have not been changed in the past week. ...
    (perl.dbi.users)
  • RE: binding multiple values and retain blanks
    ... Join this table to the main table in your query. ... When i do like above, trailing spaces are lost, as DBI treats default ... So i have to bind one value at a time and specify type as CHAR in order ...
    (perl.dbi.users)
  • Re: Error on DBI
    ... DBI never falsely reports errors. ... Copy and paste the SQL statement from rpt_preview.plx into an SQL query tool, and use the username and password from rpt_preview.plx to login. ...
    (perl.dbi.users)