The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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