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:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: How to get connected with mysql using perl scripts

2002-01-30 Thread SubbaReddy M

Hi,

Check the following links:

http://dbi.symbolstone.org/
http://www.saturn5.com/~jwb/dbi-examples.html
http://www.oreilly.com/catalog/perldbi/

Best of luck.


~ SubbaReddy .M
  E-mail: [EMAIL PROTECTED]
  W3Page:  http://www.geocities.com/msubbareddy/
  ICQ: 56093095


- Original Message -
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 of data in the existing
 tables.

 Thank you.

 Regards,
 Charitha.


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: How to get connected with mysql using perl scripts

2002-01-30 Thread SubbaReddy M

And here some more good links for DBI:

http://www.he.net/adm/mysql/chapter7.html
http://www.he.net/adm/mysql/chapter6.html

~ SubbaReddy .M
   Sr. Programmer, Frontlinesoft, Hyderabad  (
http://www.frontlinesoft.com )
   Ph: 91-40-3392147, 3391683
   w3doc: http://www.geocities.com/msubbareddy/
   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.com/~jwb/dbi-examples.html
 http://www.oreilly.com/catalog/perldbi/

 Best of luck.


 ~ SubbaReddy .M
   E-mail: [EMAIL PROTECTED]
   W3Page:  http://www.geocities.com/msubbareddy/
   ICQ: 56093095


 - Original Message -
 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 of data in the existing
  tables.
 
  Thank you.
 
  Regards,
  Charitha.
 
 
  -
  Before posting, please check:
 http://www.mysql.com/manual.php   (the manual)
 http://lists.mysql.com/   (the list archive)
 
  To request this thread, e-mail [EMAIL PROTECTED]
  To unsubscribe, e-mail
 [EMAIL PROTECTED]
  Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
 
 


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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

C Regards,
C Charitha.




-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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 scripts i have to insert some lot of data in the existing
 tables.
 
 Thank you.
 
 Regards,
 Charitha.
 
 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)
 
 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-- 
Colin Faber
(303) 859-1491
fpsn.net, Inc.

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php