in reply to Re^2: how we can find BDBXML is installed in system?
in thread how we can find BDBXML is installed in system?

hi premak,

This is not a Perl question. If you need to know how to use a tool read the documentation provided by the vendor.

Thanks

Martin
  • Comment on Re^3: how we can find BDBXML is installed in system?

Replies are listed 'Best First'.
Re^4: how we can find BDBXML is installed in system?
by premak (Novice) on May 17, 2006 at 04:08 UTC
    Hi,
    Using perl how can I check the Db is installed properly. Because for creating a distribution, this is one of the dependencies.
    Thanks
    prem
      premak,

      Did you read about the Perl module I mentioned in my previous post?
      You could use it to try to connect to the database which would return a success or failure, or once connected to any further tests you need.

      Martin
        Hi,

        to check in that way, i need to give the BDB environment path. if that path is wrong, it will fail. But the BDB may be installed in different location. And i will not be knowing the path in advance.

        Thanks
        Prem