On Sat, May 15, 2004 at 01:53:07PM -0400, leegold wrote: > ...snip... > > > > It sounds like you have an older version of DBI (<1.37), for that you > > > > need to use the old funky "func" style of calling driver methods, so > > > > that same line would be: > > > > > > > > $dbh->func( $table_name, 'ThreeSharp', $file_name, >'ad_catalog'); > > > > > > You are correct, that is the fix, and it works great. > > > > But be aware that the func() method bypasses RaiseError/PrintError > > checks. > > > > Upgrading the DBI is the best path. > > Please see below - I am under the (possibly mistaken) impression > I'm fairly up to date.
> 10. DBI [1.42] Database independent interface for Perl True, but... > 8. DBD-AnyData [0.05] DBI access to XML, CSV and other formats your DBD::AnyData isn't. Tim.