Re: DBD::ODBC for Linux - Mailing list pgsql-sql

From Fabrice Scemama
Subject Re: DBD::ODBC for Linux
Date
Msg-id 38F44DEF.F591684C@ximmo.ftd.fr
Whole thread Raw
In response to Re: DBD::ODBC for Linux  (Peter Stamfest <peter.stamfest@eunet.at>)
Responses Re: DBD::ODBC for Linux  (Drew Whittle <drew@albatross.co.nz>)
List pgsql-sql
Peter Stamfest wrote:
> 
> On Tue, 11 Apr 2000, Antonio W. Lagnada wrote:
> 
> > Is there a DBD::ODBC for Linux?
> 
> Why don't you take a look at CPAN (try http://www.cpan.org/)? My closes
> mirror has DBD::ODBC at
> 
>         http://gd.tuwien.ac.at/languages/perl/CPAN/authors/id/J/JU/JURL/DBD-ODBC-0.28.tar.gz
> 
> BTW: It's not Linux specific. If you want an RPM, I think you'll have to
> make that yourself (I do).
> 
> peter

I guess Antonio wanted to know if there were a way for him
to use DBD::ODBC with Linux. Well, not directly, because
DBD::ODBC is designed for an ODBC OS (=> Windows). But,
DBD::Proxy makes it possible for you to have perl scripts
work under linux and use an ODBC (residing on win32 machine).
Other multi-tier solutions are known to work, such as
Hotsockets, or Openlink.

Fabrice


pgsql-sql by date:

Previous
From: "Moray McConnachie"
Date:
Subject: Re: Threaded Records in SQL: Advice Needed
Next
From: Drew Whittle
Date:
Subject: Re: DBD::ODBC for Linux