in reply to AS/Perl 5.8.4.810 problems with Tk::DBI::Table on Win-XP
Are you using -w or -W on the command line? The former is the one that gives you info on what's going on. Not sure what the latter does.
Problems with DBI suggest adding the good old $dbh->trace(2,'path/to/log.file') in your code somewhere. At least if you can confirm that the SQL is not a problem you can look elsewhere for the problem. And don't forget to go back to $dbh->trace(0) when you're done.
Alex / talexb / Toronto
"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: AS/Perl 5.8.4.810 problems with Tk::DBI::Table on Win-XP
by jdtoronto (Prior) on Aug 30, 2004 at 20:00 UTC |