Re: Need help with CGI/ DBI error (permissions?)
From: Todd W (toddrw69_at_excite.com)
Date: 02/19/05
- Previous message: ofer_at_netapt.com: "Re: locking directories"
- In reply to: patrickg: "Need help with CGI/ DBI error (permissions?)"
- Next in thread: patrickg: "Re: Need help with CGI/ DBI error (permissions?)"
- Reply: patrickg: "Re: Need help with CGI/ DBI error (permissions?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: ofer_at_netapt.com: "Re: locking directories"
- In reply to: patrickg: "Need help with CGI/ DBI error (permissions?)"
- Next in thread: patrickg: "Re: Need help with CGI/ DBI error (permissions?)"
- Reply: patrickg: "Re: Need help with CGI/ DBI error (permissions?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|