Re: How to access MySql using Perl. Help

2002-02-12 Thread lcalero
I am new to MySql. I have MySql installed in my Linux PC. How do I connect to MySql using Perl script and assign the result of a query to an array? Where could I find a sample code? Thank you. man DBD::mysql Cheers. -- Luis Calero Muñoz $email{luis} = '[EMAIL PROTECTED]' $who

RE: How to access MySql using Perl. Help

2002-02-12 Thread Todd Williamsen
3:11 AM To: Andy Cheng Cc: [EMAIL PROTECTED] Subject: Re: How to access MySql using Perl. Help I am new to MySql. I have MySql installed in my Linux PC. How do I connect to MySql using Perl script and assign the result of a query to an array? Where could I find a sample code? Thank you

RE: How to access MySql using Perl. Help

2002-02-12 Thread Keith A. Calaman
, 2002 4:11 AM To: Andy Cheng Cc: [EMAIL PROTECTED] Subject: Re: How to access MySql using Perl. Help I am new to MySql. I have MySql installed in my Linux PC. How do I connect to MySql using Perl script and assign the result of a query to an array? Where could I find a sample code? Thank you

Re: How to access MySql using Perl. Help

2002-02-11 Thread admin
to do it i guess:) /PM\ Andy Cheng wrote: Hello, I am new to MySql. I have MySql installed in my Linux PC. How do I connect to MySql using Perl script and assign the result of a query to an array? Where could I find a sample code? Thank you. Andy

How to access MySql using Perl. Help

2002-02-11 Thread Andy Cheng
Hello, I am new to MySql. I have MySql installed in my Linux PC. How do I connect to MySql using Perl script and assign the result of a query to an array? Where could I find a sample code? Thank you. Andy _ Get your FREE

How to access MySql using Perl. Help

2002-02-07 Thread Andy Cheng
Hello, I am new to MySql. I have MySql installed in my Linux PC. How do I connect to MySql using Perl script and assign the result of a query to an array? Where could I find a sample code? Thank you. Andy _ Get your FREE

Re: How to access MySql using Perl. Help

2002-02-07 Thread admin
to do it i guess:) /PM\ Andy Cheng wrote: Hello, I am new to MySql. I have MySql installed in my Linux PC. How do I connect to MySql using Perl script and assign the result of a query to an array? Where could I find a sample code? Thank you. Andy

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:

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 scripts and through the scripts i have to insert some lot

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 following links: http://dbi.symbolstone.org/ http://www.saturn5

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.html

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 through the

Problem in connecting to mysql using perl

2001-04-23 Thread Harish H N
Dear Sir, I have downloaded DBI-1.15. I tried installing it. The tests failed. I am using PMAKE to prepare an install program. The error is as follows: can't locate loadable object for module DBI in @INC. I am also providing you with the procedure i adopted to install DBI

Re: MYSQL using PERL

2001-03-23 Thread Gerald Clark
Rajeev Ramanujan wrote: Hai, I am using Red Hat Linux 7. From where can I get example programmes of connectiong to MYSQL using PERL under Linux. Thankyou Rajeev Ramanujan Look at any of the perl based packages or utilities listed in the contributed section at mysql.com. One

Re: MYSQL using PERL

2001-03-23 Thread
How about mysql.com, http://cpan.org/modules/by-module/DBI/ MySQL.com has numerous links to help documents and code samples. -- === "If you put three drops of poison into a 100 percent pure Java, you get - Windows. If

Re: MYSQL using PERL

2001-03-23 Thread
Buy the MySQL book from New Riders. You won't be disappointed. -- === "If you put three drops of poison into a 100 percent pure Java, you get - Windows. If you put a few drops of Java into Windows, you still have Windows."

MYSQL using PERL

2001-03-22 Thread Rajeev Ramanujan
Hai, I am using Red Hat Linux 7. From where can I get example programmes of connectiong to MYSQL using PERL under Linux. Thankyou Rajeev Ramanujan

Re: MYSQL using PERL

2001-03-22 Thread drvampire
Hi, Have you installed DBI/DBD?? if so you can perldoc DBI or perldoc mysql_dbd to read the manual. Alan. Hai, I am using Red Hat Linux 7. From where can I get example programmes of connectiong to MYSQL using PERL under Linux. Thankyou Rajeev Ramanujan