Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions


WDVL Newsletter

Active Server Pages
JSP/Java Servlets
Microsoft SQL Server
Daily Backup
Dedicated Servers
Streaming Audio/Video
24-hour Support    

jobs.webdeveloper.com

Hiermenus


e-commerce
Partner With Us















Developer Channel
FlashKit.com
JavaScript.com
JavaScriptSource
Developer Jobs
ScriptSearch
StreamingMediaWorld
Web Developer's Journal
Web Developer's Virtual Library
WebDeveloper.com
Webreference
Web Hosts
XMLfiles.com

internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers


Dabbling in Live Databases: MySQL: Conclusion

October 11, 1999

Perl, as a vehicle for sending SQL statements to a database and retrieving the results, relies on a database-independent programming interface thanks to the DBI module. This means you can rely on essentially the same scripts to query an MS Access database or a MySQL database. What varies between databases is working with the beasts themselves -- that is, setting up the database applications and the databases themselves. Most of this article has focused on setting up MySQL and understanding its various management complexities. Once prepped and ready, sending queries its way is exactly the same as sending queries to the MS Access database seen in last month's installment.

Additional Resources:

Where's the Perl?
The Perl You Need to Know