|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re^3: DBI on windows problemby jZed (Prior) |
| on Nov 01, 2007 at 18:33 UTC ( #648529=note: print w/ replies, xml ) | Need Help?? |
|
Nothing in that jumps out at me as wrong (on the Perl side) except that you don't set RaiseError, warnings, or strict. Perhaps adding those will give you some more information. On the off-chance that there's a bug in your version of DBD::ODBC's rows(), you could see if the results are any different with just $rcount2 = $getinfo->execute() which should also return the rows affected for non-SELECT statements.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||