Hi All,

Can anyone answer below question.

when to use use DBI; and when to use use DBD?

Thanks in advance

Recommended Answers

All 2 Replies

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.