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>


Reply via email to