Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $qry->{CommandText} = \@cmd;
    $qry->{Name}        = "Query from MyODBC";
    $qry->Refresh({BackgroundQuery => 0});