On Fri 24 Oct 2003 11:00, Steffen Goeldner <[EMAIL PROTECTED]> wrote:
> Is there any value in returning a value (pun intended)
> from STORE? E.g.:
> 
>   sub STORE  {
>     ...
>     return 1;
> 
> For dbd_db_STORE_attrib(), DBI::DBD states:
> 
>   The return value is TRUE if you have handled the
>   attribute or FALSE otherwise.
> 
> Does the same rule apply to STORE()? If so, where
> is the returned value used?

What would you like to return? If it fails, the error
handler should pick it up

> Steffen

-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0 & 633 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
     WinNT 4, Win2K pro & WinCE 2.11 often with Tk800.024 &/| DBD-Unify
ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/

Reply via email to