Re: MYSql (fwd)

2001-07-02 Thread Jos Boumans

http://www.perl.com/pub/a/1999/10/DBI.html

this has an excellent article about starting with DBI

hth
Jos Boumans

Ryan Gralinski wrote:

> is there any documentation on using perl to access Mysql databases?
>
> Ryan




RE: MYSql (fwd)

2001-07-01 Thread Brett W. McCoy

On Mon, 2 Jul 2001, Ryan Gralinski wrote:

> is there any documentation on using perl to access Mysql databases?

http://dbi.symbolstone.org/index.html

Not only MySQL, but pretty much all of the major databases available.

-- Brett
   http://www.chapelperilous.net/btfwk/

To make tax forms true they should read "Income Owed Us" and "Incommode You".




RE: MYSql (fwd)

2001-07-01 Thread Ryan Gralinski


is there any documentation on using perl to access Mysql databases?

Ryan





RE: MYSql (fwd)

2001-06-30 Thread Steve Howard

You need DBI
and
DBD::MySQL

They should be avaliable on CPAN, or if you are using ActivePerl or PPM they
can be installed with just:

ppm install DBI
ppm install DBD::MYSQL

That should be all you need to interact with MySQL.

Steve Howard

-Original Message-
From: Ryan Gralinski [mailto:[EMAIL PROTECTED]]
Sent: Sunday, July 01, 2001 2:20 AM
To: [EMAIL PROTECTED]
Subject: MYSql (fwd)



I can't find a module to open and read/write to a mySql database, can
someone help me out?

Ryan




MYSql (fwd)

2001-06-30 Thread Ryan Gralinski


I can't find a module to open and read/write to a mySql database, can
someone help me out?

Ryan