 |
 |
 |
 |
 |
 |
 |
 |
| • |
DBI
automatically marks the statement handles
|
|
|
as
inactive once all the data has been fetched
|
|
|
|
from
it
|
|
|
| • |
You
can manually mark statement handles as
|
|
|
|
being
inactive via the $sth->finish() method,
|
|
|
|
but
you should usually not need to invoke this
|
|
|
|
method
in your scripts
|
|