/[SQL2XLS]/sql2xls.cgi
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sql2xls.cgi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 15 by dpavlin, Mon Nov 3 21:39:44 2008 UTC revision 16 by dpavlin, Mon Nov 3 21:53:30 2008 UTC
# Line 116  my $date_format = $workbook->add_format( Line 116  my $date_format = $workbook->add_format(
116  my $dbh = DBI->connect($dsn . $database,$user,$passwd, { RaiseError => 1, AutoCommit => 0 }) || die $DBI::errstr;  my $dbh = DBI->connect($dsn . $database,$user,$passwd, { RaiseError => 1, AutoCommit => 0 }) || die $DBI::errstr;
117    
118  sub _c {  sub _c {
119            return shift unless $db_encoding;
120          return decode( $db_encoding, shift );          return decode( $db_encoding, shift );
121  }  }
122    

Legend:
Removed from v.15  
changed lines
  Added in v.16

  ViewVC Help
Powered by ViewVC 1.1.26