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

HI, i want to check "Berkeley DB XML native XML database" is installed, not the Perl Module. Thanks and regards Prem
  • Comment on Re^2: how we can find BDBXML is installed in system?

Replies are listed 'Best First'.
Re^3: how we can find BDBXML is installed in system?
by marto (Cardinal) on May 16, 2006 at 08:17 UTC
    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
      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