The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Other
> Development Articles
|
Carping About DBI
Discuss Carping About DBI in the Development Articles forum on Dev Shed. Carping About DBI Development Articles forum discussing articles and tutorials located at http://www.devshed.com. See what our authors have created for your viewing pleasure.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

May 4th, 2001, 10:49 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
DBI and ODBC
There is a HOWTO at www.iodbc.org that shows how to use ODBC with Perl on non-Windows platforms as well:
http://www.iodbc.org/index.htm
Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software http://www.openlinksw.com
Universal Data Access & Data Integration Technology Providers
|

May 5th, 2001, 02:20 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Re: DBI and ODBC
Thank you, Andrew!
This is a very helpful resource, and very timely for some projects I'm working on. I hope other folks take advantage of it, too. The MS platform really can't be ignored, as much as I'd like to, sometimes.
Thanks,
Randal S. MacDonald
rsm@globalgecko.com
|

May 6th, 2001, 12:56 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Thank you!
Thanks for making a Perl article. Devshed's front page was all PHP and mySQL for a while there :)
|

May 7th, 2001, 05:38 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Small nitpicks
Cannot locate file! at ./carpdemo.pl line 8.
in the example on page 7 should have been line 6.
In general, a very helpful article, but the examples would be a lot more readable if they used tags, especially for the sample database which looks bad without it.
Line numbers in the code snippets would be very useful to aid understanding.
Overall, well done.
|

June 5th, 2001, 10:29 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Thank you
Thank you very much for writing a VERY clear article on interfacing MySQL databases with Perl! I couldnt have asked for a better intro! Now Im hungry for more :)
Thanks again,
Christopher
|

September 28th, 2001, 03:35 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Ta...
After a day of frustration these pages have made my life lot easier and finally shut my boss up with few completed projects...
Great source for beginners.
L.
|

May 4th, 2003, 02:27 PM
|
|
Junior Member
|
|
Join Date: May 2003
Posts: 0
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Great for inexperienced Web designers
After creating a simple website with a login page, and a form to add user information, I used perl to communicate between the MySQL database and the HTML page. "MySQL and Perl for the Web" by Paul DuBois was a big help.
The main advantage of perl is the connectability for MySQL. It is very easy to call up MySQL using DBI. Install the DBI and then two simple lines will login to the database, and then run the query via the perl code. I am very inexperienced, and although it was a lot of work, using Perl & DBI to connect the HTML with MySQL was fairly simple.
|

May 28th, 2003, 02:36 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Carping About DBI
Carping About DBI
May 02, 2001 - One of the nice things about Perl is the huge amount of free code out there. Available in the form of modules, this code can simplify many common tasks while simultaneously offering a powerful toolkit for the experienced developer. In this article, learn about two of the most popular Perl modules: DBI, used for database connectivity, and Carp, used to simplify error handling. Click for full article.
Please discuss this article in this thread. You can read the article here .
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|