in reply to Re^5: SQL Database table to Perl Spreadsheet script
in thread SQL Database table to Perl Spreadsheet script

This node falls below the community's minimum standard of quality and will not be displayed.
  • Comment on Re^6: SQL Database table to Perl Spreadsheet script

Replies are listed 'Best First'.
Re^7: SQL Database table to Perl Spreadsheet script
by marto (Cardinal) on Oct 14, 2012 at 10:11 UTC
Re^7: SQL Database table to Perl Spreadsheet script
by Anonymous Monk on Oct 14, 2012 at 11:16 UTC

    Thanks but can you please please help me by doing the corrections in the code I gave. Please

    No, that would require that I dummy up a database... OTOH what marto said

    OTOH I feel if you've mastered cross posting :) you ought to be able to handle adding "print" to your program :)

    OTOH if you add  DBI->trace(1); you'll get debug output that shows if the query is a success and how many rows are returned

    OTOH you can eliminate filtering you do in your program with a better SQL query, see Re^6: SQL Database Table to Perl Script, DBI recipes