Assigning private attributes to DBI database handles

2011-06-03 Thread eric.berg
I'd like to set some private attributes on my db handles so that later I can interrogate them to get that information. We are doing this with statement handles, but not DB handles, and it simply doesn't seem to be working in any case. Any thoughts? Eric

Re: Assigning private attributes to DBI database handles

2011-06-03 Thread Martin J. Evans
On 03/06/2011 19:30, eric.b...@barclayscapital.com wrote: I'd like to set some private attributes on my db handles so that later I can interrogate them to get that information. We are doing this with statement handles, but not DB handles, and it simply doesn't seem to be working in any case.

RE: Assigning private attributes to DBI database handles

2011-06-03 Thread eric.berg
: Friday, June 03, 2011 2:39 PM To: Berg, Eric: IT (NYK) Cc: dbi-users@perl.org Subject: Re: Assigning private attributes to DBI database handles On 03/06/2011 19:30, eric.b...@barclayscapital.com wrote: I'd like to set some private attributes on my db handles so that later I can interrogate