in reply to Microsoft Access database control and UPDATE the records

Since you are using Access, you want to do the following things:

  1. Get a good Windows based Perl distribution. The Monks around here seem to like either ActiveState or Strawberry Perl
  2. Make sure your Perl has DBI and DBD::ODBC
  3. Set up a DSN to your Access database
  4. Consult the DBD::ODBC docs for connecting and the DBI docs and the amazing Perl DBI site for general information
  • Comment on Re: Microsoft Access database control and UPDATE the records

Replies are listed 'Best First'.
Re^2: Microsoft Access database control and UPDATE the records
by roboticus (Chancellor) on May 05, 2009 at 17:08 UTC