What is DBI?
DBI = DataBase Interface
DBI is database-independent
DBI allows you to write code that interacts with
databases independent of the underlying
database
A DBI program will work with little, or no,
modification on Oracle, Informix, MySQL and
so on...
DBI: The Neophyte's Guide
5