Do you need to use OLE? Access is a "database" so the natural way to access it in Perl is using DBI.
To open an Access database use:
# Open the database: my $dbh = DBI->connect ('dbi:ADO:Provider=Microsoft.Jet.OLEDB.4.0;Data Source=' . $db_file) +;
In reply to Re: How to display an Access database
by GrandFather
in thread How to display an Access database
by jobs_ron
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |