#while (! $RS->EOF) #{ $value = $RS->Fields(1)->value; print "$value\n"; $RS->MoveNext; #}
if i will comment these lines still it gives me same error. Would you please give me another solution for this if this will not work
In reply to Re^2: Running stored procedure through perl script
by chandanperl
in thread Running stored procedure through perl script
by chandanperl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |