Hi,
Z F <mail4me9999@xxxxxxxxx> was heard to say:
> Ok, the reason I asked was if there is another library which is named
> the same. I thought there is some consensus on how libraries should be
> named.
>
Ah, I see. The driver name is basically "lib" . "dbd" . "$dbserver" in Perl
speak. The "dbd" is used to distinguish the driver from the database engine
client library which may happen to use a similar name. Having two libraries
with the same name results in packaging problems even if the libraries are to
be installed in different directories. E.g. the SQLite client library is called
libsqlite, therefore we call the driver libdbdsqlite. SQLite version 3 uses a
different client library libsqlite3, hence our driver is libdbdsqlite3.
Currently there is no policy in place how to name two different drivers for the
same database engine client library as we didn't run into this problem yet.
regards,
Markus
--
Markus Hoenicka
markus.hoenicka@xxxxxxx
(Spam-protected email: replace the quadrupeds with "mhoenicka")
http://www.mhoenicka.de
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
|