Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Selecting the right database for perl

by monktim (Friar)
on Aug 19, 2003 at 21:20 UTC ( [id://285041]=note: print w/replies, xml ) Need Help??


in reply to Selecting the right database for perl

I also use Microsoft SQL Server with PERL and I have no problems either. I use Win32::ODBC as the interface. My only complaint is the lack of error reporting but that is inherent. Of course you may not want to pay for a license and you may not need all that power. Many monks seem to be using MySQL with no problem. I haven't used DBI but it seems pretty straight forward. Some monk named gmax has a great node about dB and PERL. If you haven't seen it, check it out Before asking a database related question ....

Tim
  • Comment on Re: Selecting the right database for perl

Replies are listed 'Best First'.
Re: Re: Selecting the right database for perl
by BUU (Prior) on Aug 20, 2003 at 04:33 UTC
    Because I really do enjoy getting downvoted, it's Perl or perl, not PERL. Thanks.
Re: Re: Selecting the right database for perl
by bear0053 (Hermit) on Aug 19, 2003 at 21:42 UTC
    I also use Win32::ODBC and it works very nicely. Just becareful when an error does occur and capture it to a log file and don't display the error on the screen because that can lead to security issues since you are now displaying table names and columns names to the user who may be an online user and not someone internal to the company.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://285041]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-16 21:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found