Greetings monks,

I'm pleased to tell that I have just published a dozen of Perl modules to access DTS packages from a MS SQL Server on CPAN.

Here is something more about the modules (quoting the related POD):

You may be asking yourself why having all this trouble to write such API as an layer to access data thought Win32::OLE module. The very simple reason is: MS SQL Server 2000 is terrible to work with (lots and lots of useless indirection), the documentation is not as good as it should be and one has to convert examples from it of VBScript code to Perl. DTS API was created to provide an easier (and more "perlish") way to fetch data from a DTS package. One can use this API to easially create reports or implement automatic tests using a module as Test::More (see EXAMPLES directory in the tarball distribution of this module). At this version, DTS API has no methods that can change object state.

This is my first Perl module published and I would be glad to receive any feedback/bug reports about it.

The modules can be accessed by here: DTS.

Updated: I'm not sure this is the correct place to post such notice (probably it should be on Meditations?).

Alceu Rodrigues de Freitas Junior
---------------------------------
"You have enemies? Good. That means you've stood up for something, sometime in your life." - Sir Winston Churchill

In reply to DTS Perl module to access MSSQL DTS packages by glasswalk3r

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.