or download this
my $dbh = DBI->connect("dbi:ODBC:test", "Martin_Evans", "easyso
+ft", {RaiseError=>1,PrintError=>0});
my $table_name = "bench_char";
...
my @order = qw/f1/;
DBIx::LiveGrid->run( undef, $dbh, $table_name, \@fields, undef, \@orde
+r );