in reply to Query Subroutine
If that's not the issue, can you provide output from the debugging statements you have in there?$apr_decl = "SELECT ..."; # Runs Query @ap = &run_query($apr_decl); print APR "CRAC_EVNT_DATA_T, Number Declined\n"; print APR "@ap"; $decl_reason = "SELECT ...;" # Runs Query @reason = &run_query($apr_decl); print REASON "CRAC_EVNT_DATA_T, Number Declined\n"; print REASON "@reason";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Query Subroutine
by Fuism (Beadle) on Aug 08, 2005 at 03:48 UTC | |
by davidrw (Prior) on Aug 08, 2005 at 13:37 UTC |