Top "Dbi" questions

DBI is a database access module for the Perl programming language.

Perl + DBI + MySQL: How To Run Multiple Queries/Statements

At the moment, I am running multiple statements on MYSQL as below; my $sth1 = $dbh->prepare("ALTER TABLE whatever...."); …

mysql perl dbi
DBI: disconnect - question

Would you call parts of the disconnect-code as line-noise or would you leave it as it is? use DBI; my $…

sql perl dbi disconnect
How can I get the database name from a Perl MySQL DBI handle?

I've connected to a MySQL database using Perl DBI. I would like to find out which database I'm connected to. …

mysql perl dbi