Re: Connecting to a database using perl

2005-11-09 Thread Bob Showalter

Manish Uskaikar wrote:

Hi,

I am a real newbie to databases and perl can anyone of you help me with
the packages i need to install and the sequences of functions i need to
make to connect to a database and fire queries.


DBI is the recommended approach for accessing SQL databases. You need 
the DBI module itself, plus a driver module (starts with DBD::) for the 
specific database you want to access. See http://dbi.perl.org/




--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response




Connecting to a database using perl

2005-11-08 Thread Manish Uskaikar
Hi,

I am a real newbie to databases and perl can anyone of you help me with the 
packages i need to install and the sequences of functions i need to make to 
connect to a database and fire queries.

Regards,
Manish U


Re: Connecting to a database using perl

2005-11-08 Thread Wijaya Edward
Check this out:
http://www.perlmonks.org/?node=Tutorials#datafiles

--
Regards,
Edward WIJAYA

- Original Message -
From: Manish Uskaikar [EMAIL PROTECTED]
Date: Wednesday, November 9, 2005 1:53 pm
Subject: Connecting to a database using perl

 Hi,
 
 I am a real newbie to databases and perl can anyone of you help me 
 with the packages i need to install and the sequences of functions 
 i need to make to connect to a database and fire queries.
 
 Regards,
 Manish U
 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response




RE: Connecting to a database using perl

2005-11-08 Thread Manish Uskaikar
Thanks for the help.

Regards,
Manish U

-Original Message-
From: Wijaya Edward [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 09, 2005 11:27 AM
To: Manish Uskaikar
Cc: beginners@perl.org
Subject: Re: Connecting to a database using perl


Check this out:
http://www.perlmonks.org/?node=Tutorials#datafiles

--
Regards,
Edward WIJAYA

- Original Message -
From: Manish Uskaikar [EMAIL PROTECTED]
Date: Wednesday, November 9, 2005 1:53 pm
Subject: Connecting to a database using perl

 Hi,
 
 I am a real newbie to databases and perl can anyone of you help me 
 with the packages i need to install and the sequences of functions 
 i need to make to connect to a database and fire queries.
 
 Regards,
 Manish U
 




--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response