Re: PERL DBI and Novell Netware

From: wsheldah(at)lexmark(dot)com
To: Jeff Post <postjeff(at)uwm(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PERL DBI and Novell Netware
Date: 2002-04-18 13:42:26
Message-ID: 200204181346.JAA25397@interlock2.lexmark.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm not familiar with Novell, but if a perl script on a Novell box can connect
to Oracle via DBI, than it can connect to PostgreSQL just as easily. You'll want
to use the perl modules DBI and DBD::Pg. Also make sure that Postgresql is set
up to listen for requests via TCP/IP. Shouldn't be any harder than that.

Wes

Jeff Post <postjeff%uwm(dot)edu(at)interlock(dot)lexmark(dot)com> on 04/17/2002 06:35:34 PM

To: pgsql-general%postgresql(dot)org(at)interlock(dot)lexmark(dot)com
cc: (bcc: Wesley Sheldahl/Lex/Lexmark)
Subject: [GENERAL] PERL DBI and Novell Netware

Hello all,
I am in the investigation phase of a potential project that would
automaticly update a novell Netware server's user accounts with information
stored on PostgreSQL Database running on a linux box through a perl script.

Currently Netware has support for
? Database Independent Interface (DBI)
? NetWare Data Object (NDO) UCX Component
? Remote ActiveX Provider and ADO Component on Windows machine

Through DBI, Netware can remotely connect to Oracle on NetWare or MS-Access,
SQL Server and Oracle, all on Windows

Is anybody out there familure enough with dbi and Novell to be able to tell
me how I can get a perl script running on Netware to connect to a
PostgreSQL/Linux box.

Or if it is way to complicated / know one knows. Please send an e-mail to
Enhancements(at)novell(dot)com to ask that they add PostgreSQL support to Netware.

Thanks
Jeff Post

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

Browse pgsql-general by date

  From Date Subject
Next Message Vaclav Kulakovsky 2002-04-18 14:00:25 How to find backend which locking ?
Previous Message Karel Zak 2002-04-18 13:26:13 Re: Migrating Oracle to PostgreSQL