in reply to Re: Selecting the right database for perl
in thread Selecting the right database for perl

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.
  • Comment on Re: Re: Selecting the right database for perl