In your code, you are using what Oracle calls a database link. When you declare the
tables to query from, the \@STAGE001 is specifying a link to another database. I
don't know if mysql or postgreSQL have database links. In Oracle, you need to have
the link set up before the SQL will work.
G
]
Output the
Output loop[2]
.
.
.
Ouptut the tags
Close the loop
Output the tag.
-Original Message-
From: Fay Jason-W13246 [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 30, 2001 9:10 AM
To: Craig Sharp; [EMAIL PROTECTED]
Subject: RE: [Perl-unix
Just do it like this.
Output your tag.
Use a while loop on your DBI return into a fetchrow_array
Output the and tags
Output the loop iteration array values of the DBI return
Output the and tags
Close the loop
Output the tag.
-Original Message-
From: Craig Sh
I think we all need more info on what your problem is. Are you trying to
run the script in the cgi-bin directory as a CGI application? If so you can
run into problems just by ftp-ing the script to the server in binary mode
instead of ascii mode.
Any script you run on a Unix Server will req
I copy and pasted what you sent, and it works fine for me. Strange?!!?
Jason
-Original Message-
From: Craig Sharp [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 25, 2001 10:49 AM
To: [EMAIL PROTECTED]
Subject: [Perl-unix-users] need qw help
Hi all,
I have the following shor