Re: Using MySQL

2002-10-15 Thread Bruno Negrao - Perl List
I found this excelent article about this subject at: A Short Guide to DBI: http://www.perl.com/pub/a/1999/10/DBI.html bnegrao. - Original Message - From: "Octavian Rasnita" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 15, 2002 1:27 AM Subject: Using MySQL > Hi al

RE: Using MySQL

2002-10-15 Thread Scot Robnett
I use MySQL on both Win2K and FreeBSD. The module you want is DBI, and you can get all the information you need about DBD and DBI in DBI::FAQ. That's available here: http://search.cpan.org/author/TIMB/DBI-1.30/lib/DBI/FAQ.pm The MySQL documentation on their site is comprehensive and will tell yo

Re: Using MySQL

2002-10-15 Thread fliptop
On Tue, 15 Oct 2002 at 06:27, Octavian Rasnita opined: OR:Can you tell me what else do I need to use MySQL databases? you can start off by reading perldoc DBI and perldoc DBD::mysql which are the fundamental modules you'll need to communicate with mysql from perl. OR:With MySQL I am at th