Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Perl DBI issue

by talexb (Chancellor)
on Mar 12, 2007 at 14:32 UTC ( [id://604361]=note: print w/replies, xml ) Need Help??


in reply to Perl DBI issue

You may not have caught on to what DBI really is. It's a uniform interface to any number of database specific modules. There is one DBI, and many DBD modules. There is even a template DBD called DBI::DBD, in case you come across a database for which a DBD doesn't exist, and you'd like to be able to access it through DBI.

If you look at the DBI documentation, the Description section starts with the following:

    The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used.

Even before that, there's the following suggestion:

    Before asking any questions, reread this document, consult the archives and read the DBI FAQ. The archives are listed at the end of this document and on the DBI home page. An FAQ is installed as a DBI::FAQ module so you can read it by executing perldoc DBI::FAQ. However the DBI::FAQ module is currently (2004) outdated relative to the online FAQ on the DBI home page.

Clear?

Alex / talexb / Toronto

"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://604361]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-19 09:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found