Portable Perl scripts

Daily Newsletters

Sign up to ZDNet UK's daily newsletter.

ANALYSIS
Database-independent applications make it easy to change and upgrade your database or use different brands on remote or local hosts without extensively changing your code. The key to creating such apps is the Perl5 Database Interface (DBI) module. Read on to learn more about this module and to work through several examples. How DBI can do what it does
The DBI module is a generic database interface that provides an API that enables scripts to use database drivers (DBD) produced by various database manufacturers. DBI comes bundled with a few initial drivers, such as ODBC and Proxy (used for client-server connections), and an example for driver developers. However, I've found that the included drivers vary on different platforms, and some may need to be reinstalled or updated depending on your Perl5 distribution. To obtain DBDs not included with DBI, contact your database manufacturer or look in the downloads section of its Web site. DBI includes support for several proprietary databases, including Oracle, Sybase, Informix, and SQL Server, and a number of open source servers, as would be expected. You can even use the DBI module to access files in a variety of formats. Use your normal method of module installation to include support files for your database. You can find a number of drivers at CPAN, but I recommend looking on manufacturers' sites for the most recent versions. Getting started
If you maintain your own server, it's helpful to know how to determine what drivers are available on your system. First, use your modules manager to find out if DBI is installed; if it isn't, get it from CPAN. Once you're set, use the DBI class methods available_drivers() and data_sources() to find out what drivers and databases currently exist. The simple script in Listing A should suffice. After you run the script, pay attention to the output. If you've already installed the appropriate DBD and your database is running, you'll see output similar to: Driver name: mysql
Data Source -> DBI:mysql:mysql
Data Source -> DBI:mysql:test
In this output, two MySQL databases exist, "mysql" and "test." Any additional databases you have created will also be listed. DBI will need the case-sensitive driver name shown in your output to create a connection to your database. If the driver you are expecting isn't listed, try reinstalling the appropriate DBD module or looking for a more recent or alternate version. Or you might just stick to the ODBC driver, available from CPAN. If the driver shows up but not the databases you've created, check to make sure your database server is running and accepting connections. Your next course of action is to connect to your database and manipulate it. The sections below describe how to do this and provide examples along the way. If you're a big-picture kind of person and would like to see a complete sample script, you can refer to Listing B.

Post your comment

In order to post a comment you need to be registered and logged in.

You can also log in with Facebook. Log in or create your ZDNet UK account below

  • Login

Will not be displayed with your comment

By signing up for this service, you indicate that you agree to our Terms and Conditions and have read and understood our Privacy Policy. Questions about membership? Find the answers in the Community FAQ

Get ZDNet UK's daily newsletter

Enter your email address to sign up

ZDNet UK Live

UnderINK

I agree with the previous commenter wholeheartedly. I couldn't say it better myself. This is very 'Big Brother'. And while I agree with protecting...

44 minutes ago by UnderINK on European e-identity plan to be unveiled this month
Simon Bisson and Mary Branscombe

Nice to see that Turing's idea of a general purpose computer doing once-hardware-powered tasks in software is now universal ;-) Mary

6 hours ago by Simon Bisson and Mary Branscombe on Software with everything
Jason Burchell

seriously now. I've only bothered to read a small bit of the comments. do me and the rest of the world a favour. stop saying it does not work or...

10 hours ago by Jason Burchell via Facebook on Music industry negotiating over 24-bit downloads
Philip Charles Cohen

Read about it and weep, John Donahoe ... In addition to Visa’s V.me, there is now MasterCard’s PayPass digital wallet soon to arrive; another...

14 hours ago by Philip Charles Cohen via Facebook on PayPal takes phone-based payments to the high street
apexwm

Leslie Satenstein : Where have you ever seen Mozilla even mention this? Firefox is the most popular browser in the GNU/Linux OS, so I don't see...

15 hours ago by apexwm on Firefox rapid release improves Fedora Linux
songmaster

SHleG: Do you remember building a clockwork scorpion kit (I'm pretty sure I have a photo of it somewhere) — I think it was called something like...

16 hours ago by songmaster on Software with everything
Chris Wortman

Good I love Yahoo! Their search engine is getting better than Google as of late. I find more of what I want on the first page, and usually within...

17 hours ago by Chris Wortman via Facebook on Linux Mint 13 ramps up for KDE release
PatrickG

openhgs has made the point for Windows 8 multiple monitors without realising it! With Windows 7 you have to switch the mouse and so your focus...

19 hours ago by PatrickG on Windows 8 could speed multi-monitor uptake
Leslie Satenstein

Mozilla has threatened to stop supporting Linux. I guess that UBUNTU is going with another browser. I indicated that if Mozilla stops supporting...

20 hours ago by Leslie Satenstein via Facebook on Firefox rapid release improves Fedora Linux
Andy Bolstridge

Much as I abhor Microsoft's licensing practices, this is almost certainly down to purchasing IT equipment via 3rd party consultants - you get the...

20 hours ago by Andy Bolstridge via Facebook on 6 million wasted licences and £1,200 PCs: welcome to government IT
Jack Schofield

@openhgs Windows users have had multiple desktops since Linus started writing Linux. They just haven't shipped as standard because not enough...

2 days ago by Jack Schofield on Windows 8 could speed multi-monitor uptake
Jack Schofield

@Phil at Cloud4 What, Microsoft gets £1,200 per PC and £1,622 per server? Gosh, I'm amazed....

2 days ago by Jack Schofield on 6 million wasted licences and £1,200 PCs: welcome to government IT
craigsc

You guys have no idea what is going on at Autonomy. Autonomy could have been a much more profitable organization. The sales operations at Autonomy...

2 days ago by craigsc on HP cuts 27,000 staff as Autonomy chief Lynch leaves
Moley

How does this impact on dual or multi booting? Seems to me to more or less prohibit this, from Windows 8 anyway. Will Grub 2 recognise Windows 8,...

2 days ago by Moley on Windows 8 start-up speed forces USB boot workaround
apexwm

I don't understand why there cannot be a slight pause during the boot process so the user can press a key. Many operating systems do this, even if...

2 days ago by apexwm on Windows 8 start-up speed forces USB boot workaround
Gavin Goodman

You can now buy the Xi3 modular computer in the UK at http://www.ocdistribution.com . This can be bought with the Tand3m software, pricing and...

2 days ago by Gavin Goodman on CES 2012: Xi3 microSERV3R
Phil at Cloud4

I agree: Mike Lynch can clearly build a business and manage strategy. I suspect the exit of Mike is more likely the end of a planned handover...

2 days ago by Phil at Cloud4 on HP cuts 27,000 staff as Autonomy chief Lynch leaves
Phil at Cloud4

This is unbeleivable government wastage with only one winner... Microsoft 1 - Tax payer Nil!

2 days ago by Phil at Cloud4 on 6 million wasted licences and £1,200 PCs: welcome to government IT
Mispam

So what do you do when you can't boot into windows? Why can't I just hold Shift while I power up instead of having to boot into windows and click a...

2 days ago by Mispam on Windows 8 start-up speed forces USB boot workaround
apexwm

I've also seen that Mac OS X for Intel machines is supposed to run in VirtualBox, which would also be a nice solution. I've never tried it though.

2 days ago by apexwm on xTreme Triple Booting: Linux, Mac & Windows