Well, I think you got your question about DBD::ODBC answered above, but I'm puzzled that you

can't find a prebuilt dbd::ADO package for win32

It's in the ActiveState PPM repository as well as many other places:

H:\>ppm PPM - Programmer's Package Manager version 3.1. Copyright (c) 2001 ActiveState Corp. All Rights Reserved. ActiveState is a devision of Sophos. Entering interactive shell. Using Term::ReadLine::Stub as readline lib +rary. Type 'help' to get started. ppm> search DBD-ADO Searching in Active Repositories 1. DBD-ADO [2.94] A DBI driver for Microsoft ADO (Active Data +Objects) 2. DBD-ADO [2.7] ADO TypeInfo 3. DBD-ADO [2.72] A DBI driver for Microsoft ADO (Active Data +Objects) 4. DBD-ADO [2.73] A DBI driver for Microsoft ADO (Active Data +Objects) 5. DBD-ADO [2.81] A DBI driver for Microsoft ADO (Active Data +Objects) 6. DBD-ADO [2.82] A DBI driver for Microsoft ADO (Active Data +Objects) 7. DBD-ADO [2.89] A DBI driver for Microsoft ADO (Active Data +Objects) 8. DBD-ADO [2.90] A DBI driver for Microsoft ADO (Active Data +Objects) 9. DBD-ADO [2.91] A DBI driver for Microsoft ADO (Active Data +Objects) 10. DBD-ADO [2.92] A DBI driver for Microsoft ADO (Active Data +Objects) 11. DBD-ADO [2.93] A DBI driver for Microsoft ADO (Active Data +Objects) 12. DBD-ADO [2.94] A DBI driver for Microsoft ADO (Active Data +Objects) ppm> describe ==================== Package 1: Name: DBD-ADO Version: 2.94 Author: Steffen Goeldner (sgoeldner@cpan.org) Title: DBD-ADO Abstract: A DBI driver for Microsoft ADO (Active Data Objects) Location: ActiveState PPM2 Repository Available Platforms: 1. MSWin32-x86-multi-thread-5.8 ====================
Maybe you need to set your ppm repositories? Take a look at some of the module installation Tutorials for help.


In reply to Re: dbd::ODBC command strings by VSarkiss
in thread dbd::ODBC command strings by s_m_b

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.