in reply to
update access dabase usin DBI
Doesn't AutoCommit need to be turned on?
my $db = DBI->connect( "dbi:ODBC:$dsn_name", q{}, q{}, { RaiseError => 1, AutoCommit => 1 } ) or die $DBI::errstr;
Comment on
Re: update access dabase usin DBI
Download
Code
In Section
Seekers of Perl Wisdom