in reply to Close Access db using Perl

I use $dh->disconnect (). I've never checked to see that anything much happens though.

Update: the DBI documentation says:

Disconnects the database from the database handle. disconnect is typically only used before exiting the program. The handle is of little use after disconnecting.

DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^2: Close Access db using Perl
by astroboy (Chaplain) on Nov 03, 2006 at 13:29 UTC
    Umm, the OP isn't using DBI