On Thu, 6 Dec 2001, Mike wrote:

> I'm looking to find information about comparing the above 3 methods of
> accessing a database
>
> Do you have any suggestions where I might any?

Reading the documentation for each module?

DBI & ODBC are very similar in spirit (abstract call-level RDBMS interface
-- there are also drivers for things like CSV files, spreadsheet files,
etc), whereas DBM is more just a filesystem interface for persistent data
(like a file-based hash table).

BTW, you can do ODBC with DBI, using DBD::ODBC.

What exactly do you need to compare?

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
Veni, Vidi, VISA:
        I came, I saw, I did a little shopping.

Reply via email to