> I want to pass .mdb file or a number of .mdb file as a parameters to a Perl
> program which should read all tables from .mdb and display the results as
> .xls for every table.
What do you mean 'display the results as .xls for ever table'? Do you
want the Perl CGI script to dump the binary Excel spreadsheets to the
broswer window or do you want something that converts an Access database
to an Excel spreadsheet? I'd use ADO to process the databases then write
the data as a CSV file from which Excel could open it. Or open Excel
with OLE and write it that way.
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web