Help for this page

Select Code to Download


  1. or download this
    Server: www.site.com
    Server: 'www.site.com'
    ...
    [Oracle][ODBC][Ora]ORA-00936: missing expression 
    
    The error occurred while processing an element with a general identifi
    +er of (CFQUERY), occupying document position (394:3) to (394:60).
    
  2. or download this
    #!/usr/lib/perl
    
    ...
    $b = $request->is_success ? "Worked\n" : "Error.\n";
    my $a = $request->as_string;
    print $a;