Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I would like to find a ole db library (oledb.pm) Where could i get this??

Replies are listed 'Best First'.
Re: OLE DB
by batkins (Chaplain) on Jan 10, 2003 at 00:27 UTC
    well, you could use ADO, which is basically a simplified version of OLE DB. You can either use the DBI (with module DBD::ADO) or use Win32::OLE to do this.