This belongs in [EMAIL PROTECTED], not dbi-dev. I don't use Unify myself, so I can only give you generalities.
DBD modules, including DBD::Unify, are called by DBI. They are not standalone modules. To use any DBD module, you have to install DBI first. After they are installed, you can read their manuals by running perldoc (e.g., perldoc DBI). The DBI interface should handle anything that can be handled by SQL. After you have read the manuals, contact dbi-users if you have any more problems. -- Mac :}) ** I normally forward private questions to the appropriate mail list. ** Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.html Give a hobbit a fish and he eats fish for a day. Give a hobbit a ring and he eats fish for an age. ----- Original Message ----- From: "Raj" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 17, 2002 06:20 Subject: Need help with UNIFY Database We want to interface UNFIY database with the WEb. That means that users would be able to submit and therefore update/delete/modify records in Unify database. We do not use ACCEL/IDS or ACCELL/WEb etc. with Unify. Please let me know what my options are. Unify uses a lot of predefined 'C' language routines. I see that we will have to call these routines in our perl scripts and pass variables to the program. Most important issue is that how do I use DBI::UNIFY driver to connect to the database?
