| Showing 1 - 6 from 6 tutorials on Page 1. |  | |
| | | A short guide to DBI | | Here is a short guide to DBI (The Perl Database Interface Module). Topics include: General information about relational databases, Example of How to Use DBI, Cached Queries, Transactions, and more. | | Added: 22 March 2007 - Visits: 323 | | | | | | | | The Perl DBI | | This tutorial will guide you through a gentle introduction to the perl DBI. Learn how to use the Perl DBI to interact with your database; extract data, insert data, update data and more. | | Added: 19 March 2007 - Visits: 128 | | | | | | | | Perl and The MiniSQL Server (mSQL) | | Perl and MySQL can be used together.... so why can't Perl and mSQL be together as well? Well, they can... using the same Perl module as well. Check out what you can and can't do with it here. | | Added: 19 March 2007 - Visits: 129 | | | | | | | | Using a flat-file database in Perl | | Web developers often need ways of speeding up the development process, without spending thousands of dollars for software. Here's how to build an easy to use flat-file database in Perl and access it via a web page. | | Added: 17 March 2007 - Visits: 235 | | | | | | | | Dabbling in Live Databases: MySQL | | This article focuses on setting up MySQL and understanding its various management complexities. Shows how to create a MySQL database and populate a table with data. | | Added: 17 March 2007 - Visits: 119 | | | | | | | | Disk-based Data Structures (DBM) | | For those who don't want to get tied up with a relational database and all the supporting software needed, yet still need to store a dataset to disk for future use, this tutorial provides several Perl DBM, or database management, solutions which have mu... | | Added: 15 March 2007 - Visits: 152 | | | | | |