• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:4    start  Previous  Next  Last    goto:
    Tutorial about how to use DBI module and DBD drivers to connect to a specific database from a Perl s
    ON: 2009-03-06 09:58:24
    Find out how to manipulate Perl databases by using DBI - the Database Independent Interface module, which allows you to connect to a certain database from a Perl script, using a specific database driver (DBD). DBI architecture let you use multiple databases from different vendors in the same script program, regardless the database system you have in view.
    79 times | category:
    A short guide to DBI
    ON: 2007-08-10 09:47:29
    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.
    35 times | category:
    Disk-based Data Structures (DBM)
    ON: 2007-08-10 09:39:38
    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 much less overheard than DBI and are a quick way to store and use Perl data structures to and from disk.
    155 times | category:
    Using a flat-file database in Perl
    ON: 2007-08-10 09:35:55
    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.
    670 times | category:
    this:1/1 25records  total:4    start  Previous  Next  Last    goto: