Help for this page

Select Code to Download


  1. or download this
    #build a dynamic sql statement
    my $Sql_str = &BuildSQLString($cMssFactBag);
    print $Sql_str;
    #I print here I get no SQL statement
    
  2. or download this
    sub BuildSQLString
    {
    ...
    return $dynam_Sql_stmt;
    
    }