in reply to Re: Obtaining SQL updates for application to another database
in thread Obtaining SQL updates for application to another database

The script uses Class::DBI. Updates to individual columns consist of method calls. The whole idea behind Class::DBI is that it is an object persistence layer, and enables the developer to avoid writing SQL.

If the script were using plain vanilla DBI, it would contain SQL, but probably be at least twice as long.

--
I'm Not Just Another Perl Hacker

  • Comment on Re^2: Obtaining SQL updates for application to another database