Re: How to get connected with mysql using perl scripts

2002-01-30 Thread Colin Faber
Hi, see the DBI perldoc here is a quick example: my $dbh = DBI->connect("DBI:mysql:mydb", $user, $password) or die "Can't connect to $data_source: $DBI::errstr"; Charitha wrote: > > Hi all, > > Please guide me to get the connection with mysql through perl scripts and > thro

How to get connected with mysql using perl scripts

2002-01-30 Thread Victoria Reznichenko
Charitha, Wednesday, January 30, 2002, 10:21:11 AM, you wrote: C> Hi all, C> Please guide me to get the connection with mysql through perl scripts and C> through the scripts i have to insert some lot of data in the existing C> tables. You can refer to: http://www.mysql.com/downloads/api-dbi.ht

Re: How to get connected with mysql using perl scripts

2002-01-30 Thread SubbaReddy M
/ ICQ: 56093095 From: "SubbaReddy M" <[EMAIL PROTECTED]> To: "Charitha" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 3:42 PM Subject: Re: How to get connected with mysql using perl scripts > Hi, > > Check the followin

Re: How to get connected with mysql using perl scripts

2002-01-30 Thread SubbaReddy M
- From: "Charitha" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 1:51 PM Subject: How to get connected with mysql using perl scripts > > > Hi all, > > Please guide me to get the connection with mysql through perl script

How to get connected with mysql using perl scripts

2002-01-30 Thread Charitha
Hi all, Please guide me to get the connection with mysql through perl scripts and through the scripts i have to insert some lot of data in the existing tables. Thank you. Regards, Charitha. - Before posting, please check: