In the distant past the only way of accessing a database through the vendor's API was compiling perl with extra libraries. This led to "oraaperl", "sybperl", etc, and also much pain.
DBI ended this situation -- Tim Bunce didn't "scratch an itch", he ended a massive migrane.
The DBI module gave perl two Very Nice Things: DBI itself and the guts of our XS interface and dynamic loading of compiled modules.
DBI lives on top of perly API modules in the DBD:: group (e.g., DBD::Oracle, DBD::Sybase). Now you can connect to multiple platforms at once, query all of them using a standard interface and get the results back in native perl.
I'll go over the basics of using DBI and DBD::Oracle, an object I use on some web projects for caching statement handles and some code we use for quickly generating databases using externally maintained files.
College of DuPage Building M, Rm 165a 22nd and Lambert Glen Ellyn, IL 60137-6599Take 355 to Butterfield Rd (Rt 56).
All UniForum Chicago PerlSIG meetings are open to the public free of charge.
Contact Deborah Vose at (630) 829-7033 or vosede@lidp.com for additional information about the meeting.
For more information about UniForum Chicago contact nemec@xnet.com.