Posted too quickly.  As soon as I sent this I realized I hadn't checked the DBI docs.

My apologies,

--TWH 

-----Original Message-----
From: Tim Howell 
Sent: Tuesday, February 17, 2004 12:36 PM
To: [EMAIL PROTECTED]
Subject: Subclassing DBI...

I'd like to add a method to my statement handles so that I can do something like my 
$sth = $db->prepare($cipher_object, $sql_statement) and then 
$sth->execute_encrypt(@values) and have the values encrypted with the Crypt::CBC 
object before being passed on to execute.  How do I go about doing this?

Thanks!  =)

--TWH

Reply via email to