The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Access2Text - a module for save Accesstable as Textfile

SYNOPSIS

  use warnings;
  use strict;
  use Access2Text qw( AccTabSaveToText );

  AccTabSaveToText("ourConnectionString", "C:\\DB.mdb", "Table", "C:\\Textfile.txt");

  Example for Connection String: ";Provider=Microsoft.ACE.OLEDB.12.0;Password=\"\""

ABSTRACT

Test

DESCRIPTION

...

AUTHOR AND LICENSE

copyright 2009 (c) Gernot Havranek