Help for this page

Select Code to Download


  1. or download this
         "SELECT name,age FROM ?" # wrong will probably fail.
    
    With most drivers, placeholders can't be used for any element of a sta
    +tement that would prevent the database server from validating the sta
    +tement and creating a query execution plan for it.
    
  2. or download this
    sub get_table_list ($) {
        my $log = shift;
    ...
        print"\n\n";
            $dbobject->disconnect;
    }