=for doc

db_query_ftable

Description:

This subroutine performs a query using sql stored in the job conf file. After
the query is executed, the result set is formatted into a printable table that
is returned as a ref to an array.

Params:
  $vdn     = Virtual Connection Name
  $sqlname = sql in the job conf file
  $format  = passed to util_print_table
  $header  = passed to util_print_table
  $trim    = passed to util_print_table
  $title   = passed to util_print_table
  @params  = query params

Comments:

This subroutine will die gracefully if the specified sql can not be found in
the job conf file.

Returns: ref to an array of strings

=cut