All PB's "native" drivers for any DBMS are actually only "interfaces" to the real DB Client software supplied by your DBMS vendor.
Drivers like ADO, OLE-DB & ODBC are really only interfaces to "Middleware", which in turn may/may not load the DBMS client, which in turn talks to the real DBMS.