Re: DBI Module

2001-06-22 Thread FRANCISCO VALLADOLID
The best place for learning to use DBI is, Alligator Descartes Home.. http://dbi.symbolstone.org/ Regards...! --- Jos Boumans <[EMAIL PROTECTED]> wrote: > try reading this article: > > http://www.perl.com/pub/1999/10/DBI.html > > hth, > > Jos Boumans > > Diego Riaño wrote: > > > Hi Every

Re: DBI Module

2001-06-22 Thread Richard J. Barbalace
Diego Riano writes: > I am trying to use de perl DBI module to use a MySQL database. I want to kno > where can I find a tutotial or maybe a HowTo (I do not know?) about perl DBI > module? In addition to the links already suggested, I recommend getting the O'Reilly book "Programming the Perl DBI"

Re: DBI Module 2

2001-06-22 Thread Peter Scott
At 05:45 PM 6/22/01 +0200, Diego Riaño wrote: >In fact, I read the page you told me, I know, now, how to connect and >disconnet to my mysql database, and howto give it SQL statements ( >inset, create). > >But I could not find the way to send or retrive the result of the >describe table statement.

Re: DBI Module

2001-06-22 Thread Jos Boumans
try reading this article: http://www.perl.com/pub/1999/10/DBI.html hth, Jos Boumans Diego Riaño wrote: > Hi Everybody > > I am trying to use de perl DBI module to use a MySQL database. I want to know > where can I find a tutotial or maybe a HowTo (I do not know?) about perl DBI > module? > C