Hi All,
Can anyone answer below question.
when to use use DBI; and when to use use DBD?
Thanks in advance
DBD::mysql is a driver that allows you to work with a mysql server and DBI module depends on that driver module...
DBI is database access library, DBDs are drivers used by DBI to access particular database.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.