The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

Access2Text - a module for save Accesstable as Textfile

SYNOPSIS

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