©Mike Moxcey 1999

Debugging Step 4

Display SQL code on the web page.

First, send CGI a valid web page header: &PrintHeader;
Then you might as well print the title info
Then you can display the code such as

print "SQL:@sql_code!";

This will print out the variable.
Everything between the : and the ! is what Oracle is getting.


home next