Help for this page

Select Code to Download


  1. or download this
    "                              SELECT IssueNo , SUBSTRING(IssueDescrip
    +tion,0,DATALENGTH(IssueDescription)+1) AS IssueText
                                    FROM Issues
                                    WHERE     AccountNo = '1036'
                                    ORDER BY IssueNO ASC "
    
  2. or download this
                            $stmt =             $source_dbh->prepare($self
    +->get_T3_issue_ids_sql($T3_account_id));
                            $status = $stmt->execute();
    ...
                                            debug (20,qq|$res->{$elem}->{'
    +IssueNo'}:Current IssueText-\"|.$res->{$elem}->{'IssueText'}.qq|\"\n|
    +);
                                    }
                            }