I am using Perl to extract data from a database using COM functions.
Why?

COM functions are all very good, in their place. But unless there is no alternative, there place is not in Perl code. Perl has a very extensive set of database access moethods which have been well and truly tested under fire, which handle an amazing range of databases and offer a consistent interface as you do it. Right from the lowly DBI, through to some pretty impressive ORM tools like Class::DBI, DBIx::Class and Rose::DB. As you are talking about ADO, then it is probable that you are using Microsoft Access and for that I would suggest DBD::ODBC would be a far more Perlish way of attacking the beast. Of course, you should look at the Tutorials section of the monastery to get a significant injection of wise counsel and good knowledge.

jdtoronto


In reply to Re: Perl & ADORecordsets by jdtoronto
in thread Perl & ADORecordsets by merrymonk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.