im trying to connect to a 4D database .Ive install the windows ODBC connector, it appears DSN list and I can connect to it from there. I want to access this from a perl script running on the same (windows) machine. Is there a way to tell the script to use the 4D connector ?
Thanks - ive looked at both ADO and ODBC. Ideally Id like this to run from linux. On my windows machine , I've installed a supplied ODBC connector, and it appears (WinXP) in CP->administrative tools->Data Sources. I can pull data from the 4D server into MS Access. Is there a way of installing /accessing this driver from a linux setup . Reading the documentation it appears that DBD::ADO is only for windows setups - is this correct?
Or if I install perl/eclipse etc etc on the XP machine , do I do it from there with DBD::ADO. Is there an example for setting up the connection using a DSN source ? Thanks for any pointers

In reply to windows DSN and ODBC connection by medalto

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.