"If i install Client in other machine it is working .My question is with out installing the client will i able to give an exe?"

Well you can give them the exe, but as we have seen this does not work.

This sounds like your design of your application may be flawed, if you do not want to (or can not) install this client on the target computers. Why not have something that runs as a server (a perl script) on your database server to deal with requests from your client (the exe you have built), and have all the clients communicate to the database via your perl script on the database server? I suppose there are various ways to resolve this issue, this is just one idea.

Update: You may also want to investigate the ODBC route, however I will leave that for you to research this option yourself. I am not sure if this would still require the client to be installed on each machine.

Martin

In reply to Re^7: making exe with DBD::DB2 by marto
in thread making exe with DBD::DB2 by veeruch

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.