Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Export .mdb file to Excel/text file without DBI ?

Status
Not open for further replies.

MoshiachNow

IS-IT--Management
Feb 6, 2002
1,851
IL
HI,

Are there other modules then DBI that hep me export .mdb file to any text/excel file ?
thanks

Long live king Moshiach !
 
To manipulate mdb you could use the modules

use Win32::OLE qw(with);
use Win32::OLE::Const 'Microsoft Access';
use Win32::OLE::Const 'Microsoft DAO';

Or you can manipulate access using

use Win32::ODBC;

Search on the net and you will find several examples

Cheers





dmazzini
GSM/UMTS System and Telecomm Consultant

 
ah, to generate excel files you can use Win32::OLE or SpreadheetWriteExcel modules.



dmazzini
GSM/UMTS System and Telecomm Consultant

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top