Help for this page

Select Code to Download


  1. or download this
    # SYNTAX: getColumnList($dbh, "TestTable")
    sub getColumnList
    ...
      # return now complete list of columns for the given table
      return @cols;
    }