| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Paul DuBois | Date: | June 3 1999 11:53pm |
| Subject: | Re: ABOUT US OF MYSQL OR DBI | ||
| View as plain text | |||
At 5:46 PM -0500 6/3/1999, Eduardo Oviedo Ocampo wrote: >I am using perl to load a file into a Mysql database. I am new in Perl, >so let me know if DBI is standard in all of Mysql implantations? when do >i have to DBI and when Mysql? > >for example > > >use DBI; > >or > >use Mysql; "use Mysql" is for the older Mysqlperl interface, which is obsolete. DBI is the preferred Perl interface now; you should use that. -- Paul DuBois, paul@stripped Northern League Chronicles: http://www.snake.net/nl/
| Thread | ||
|---|---|---|
| • ABOUT US OF MYSQL OR DBI | Eduardo Oviedo Ocampo | 4 Jun |
| • Re: ABOUT US OF MYSQL OR DBI | Paul DuBois | 4 Jun |
