Following is from DBI FAQ:
3.4 Can I access Microsoft Access or SQL-Server databases with DBI? Yes, use the DBD::ODBC driver.

I'm still a newbie here on Perl Monks, but I think you'd be well advised to save yourself the trouble and not post long C programs before asking short questions to which other Monks can provide short answers!

If you're using ActiveState Perl on Windows platforms, might I also suggest using the Start Menu, Find Files, Containing Text feature on the c:\perl\html directory. This will search all online documentation and you just have to double-click each found file and read it. I've found this very useful myself. BTW, Unix users could use grep.

Update: Sorry to suggest you should try to use a Windows platform! I wish I had a Sun box at work and wasn't forced to use Windows. I believe the DBI::ODBC advice was still valid. I did read your message carefully, but I guess you have no choice but to stay on a Sun box. Please forgive me if I offended you somehow. Was was trying to suggest an alternative approach and the ActiveState's HTML based documentation is very well organized overall IMO.


In reply to Re: Ms SQL Server and perl. by aquacade
in thread Ms SQL Server and perl. by hacker_j99

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.