Code Comments
Programming Forum and web based access to our favorite programming groups.I'm a newcomer in Perl : I'm advised to use an ODBC driver to access a local database from a Perl Script. Where can I get it, is there any tutorial doc for it ? Thank's. ML.
Post Follow-up to this messageIn article <cj0rjq$h61$1@s5.feed.news.oleane.net>, Micla <mick.lan@laposte.net> wrote: > I'm a newcomer in Perl : I'm advised to use an ODBC driver to access a > local database from a Perl Script. > > Where can I get it, is there any tutorial doc for it ? One starting point is the documentation for DBI and DBD::ODBC, on cpan.perl.org . -- Dan Wilga dwilga-MUNGE@mtholyoke.edu ** Remove the -MUNGE in my address to reply **
Post Follow-up to this message> I'm a newcomer in Perl : I'm advised to use an ODBC driver to access a > local database from a Perl Script. > DBI-DBD is an excellent approach. Alternately, if your platform is Windows you might consider Win32::ODBC; perhaps easier, definitely not portable. You should specify your OS and your DMBS. Michèle.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.