in reply to perl remote oracle database connection
When trying new things in perl, I typically start with the simplest possible code and work up from there. In this case, I wouldn't put all of this in a CGI environment before troubleshooting your database code. In the case of your error, it is NOT from your database call, but is a CGI error that arises from not supplying appropriate header information to the browser. Work on the two pieces separately until you have a working "hello world" CGI script and a simple connection and pull data from the database. Once you have the two working, then you can combine them.
Just my opinion, though.
Sean
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl remote oracle database connection
by cynosure (Initiate) on May 25, 2006 at 20:25 UTC | |
by Tobin Cataldo (Monk) on May 25, 2006 at 22:18 UTC | |
by srdst13 (Pilgrim) on May 26, 2006 at 01:43 UTC |