Re: Need help with CGI/ DBI error (permissions?)

From: Todd W (toddrw69_at_excite.com)
Date: 02/19/05

  • Next message: lyx: "Re: prob send and NET::SMTP"
    Date: Sat, 19 Feb 2005 07:02:27 GMT
    
    

    "patrickg" <pat@patmail.com> wrote in message
    news:zwtRd.91704$qB6.11946@tornado.tampabay.rr.com...
    > Hey all... I'm still fairly new to Perl, and having problems getting CGI
    and
    > DBI to work together (although I'm getting the hang of them working
    > independently). I'm running Perl 5.8.6 on WinXP using the scaled down IIS.
    >
    > For this first step, I just want to connect to an Oracle db (10g) as
    > scott/tiger and retrieve the list of user tables, and return that to a web
    > page. Simple, right??
    >
    > My code looks like this:
    >
    <snip />

    > Am I forgetting something???Thanks for any help!patrick g.

    Short answer:

    The process running the program doesent have permissions to open the file
    'C:/Perl/site/lib/auto/DBD/Oracle/Oracle.dll', the error message is printed
    before the http header and the server dosent like using the error message as
    a http header.

    Todd W.


  • Next message: lyx: "Re: prob send and NET::SMTP"

    Relevant Pages

    • Re: Problems with Net::MySQL...
      ... MySQL 4.0.18, the OS X box is running perl 5.6.2 and MySQL 4.0.18. ... connect to the database named '!', ...
      (comp.lang.perl.misc)
    • Re: Beginning OO help
      ... Just to get the hang of the basics before I get more complicated. ... It's not a good idea to try to parse something as complicated as XML with regular expressions. ... After you've finished reading "perldoc perltoot," you can get an overview of the Perl documentation installed on your computer by reading "perldoc perl" ...
      (comp.lang.perl.misc)
    • Resulting Makefile wont make during install of DBD-ODBC
      ... I've been trying to install DBD-ODBC on a Solaris 2.8 machine and have hit a ... After running perl Makefile.pl, I tried running make. ... I have the 'make' utility that came with Solaris and the GNU 'make' utility. ...
      (perl.dbi.users)
    • Re: graphics in perl
      ... We are running perl 5.8.5 on a Linux machine that is running apache 2.2.6 ... Our data is in a MySQL database ... ability to create histograms ...
      (perl.beginners)
    • Re: writing binary files
      ... >>> data is coming off of a DOS machine (so endian is a concern here ... Python or Perl, since your post referred to Python:-D ... If a C++ program would hang on 5MB files, ...
      (comp.lang.perl.misc)