Subversion Repositories DevTools

Rev

Rev 4550 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4550 Rev 4552
Line 556... Line 556...
556
    #
556
    #
557
    #   Connect to the Database - once
557
    #   Connect to the Database - once
558
    #
558
    #
559
    connectRM(\$RM_DB, 0) unless $RM_DB;
559
    connectRM(\$RM_DB, 0) unless $RM_DB;
560
 
560
 
-
 
561
    Verbose2('ExecuteQuery:', $fname);
561
    #
562
    #
562
    #   Create the full SQL statement
563
    #   Create the full SQL statement
563
    #
564
    #
564
    my $sth = $RM_DB->prepare($m_sqlstr);
565
    my $sth = $RM_DB->prepare($m_sqlstr);
565
    if ( defined($sth) )
566
    if ( defined($sth) )