Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Programming the Perl DBI

by EvanCarroll (Chaplain)
on Oct 01, 2005 at 01:15 UTC ( [id://496578]=note: print w/replies, xml ) Need Help??


in reply to Programming the Perl DBI

/agree with reviews

Excellenet book:


Things I learned:
neat();/neat_list()
bind_parm_inout();
looks_like_number();
Advantages of ODBC over DBI
$dbi->tables();$dbi->table_info(); DBD::ODBC
dbish
dbirpoxy/DBI::Proxyserver
$dbh->{RaiseError}; $dbh->{PrinterError}; $dbh->{ChopBlocks}
Do w/ placeholders
NAME; NAME_uc; NAME_lc; consts for *hash functions
The list goes on...

The moral is the DBI Does lots of stuff, so much stuff that a whole book can be written on it, and keep an excellent ratio of content to verbosity.


Evan Carroll
www.EvanCarroll.com

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-18 12:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found