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

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
  • Comment on Re^5: how we can find BDBXML is installed in system?

Replies are listed 'Best First'.
Re^6: how we can find BDBXML is installed in system?
by premak (Novice) on May 19, 2006 at 05:38 UTC
    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