Connecting to Progress Database
Connecting to Progress Database
am 16.08.2007 11:50:27 von ramgopal25
Hi,
I need to connect to the progress database through perl. I was wondering if
there is any way that I can use the DBI module to do this. I searched the
CPAN but could not find a module to use for progress DB. Though I would ask
in here.
Thanks in advance.
Ram.
Re: Connecting to Progress Database
am 16.08.2007 18:24:15 von Alexander
There is DBD::Pg, available from CPAN. You also need to install
PostgreSQL (client only) to compile DBD::Pg.
Alexander
Ram wrote:
> Hi,
> I need to connect to the progress database through perl. I was wondering if
> there is any way that I can use the DBI module to do this. I searched the
> CPAN but could not find a module to use for progress DB. Though I would ask
> in here.
>
> Thanks in advance.
> Ram.
>
>
--
Alexander Foken
mailto:alexander@foken.de http://www.foken.de/alexander/
Re: Connecting to Progress Database
am 16.08.2007 18:53:59 von jeff
There seems to be no *progress* on this list since the last time someone
asked about a DBD for *progress* (not postgres), someone also mentioned
DBD::Pg. Progress is a commercial RDBMS and if there's a DBD for it, I
haven't seen one.
--
Jeff
Alexander Foken wrote:
> There is DBD::Pg, available from CPAN. You also need to install
> PostgreSQL (client only) to compile DBD::Pg.
>
> Alexander
>
> Ram wrote:
>> Hi,
>> I need to connect to the progress database through perl. I was
>> wondering if there is any way that I can use the DBI module to do
>> this. I searched the CPAN but could not find a module to use for
>> progress DB. Though I would ask in here.
>>
>> Thanks in advance.
>> Ram.
>>
>
RE: Connecting to Progress Database
am 16.08.2007 18:56:55 von Erick.Nelson
But you can make an ODBC connection to Progress so you should be able to
use DBD::ODBC, right?
-----Original Message-----
From: Jeff Zucker [mailto:jeff@vpservices.com]=20
Sent: Thursday, August 16, 2007 9:54 AM
To: Alexander Foken
Cc: Ram; dbi-users@perl.org
Subject: Re: Connecting to Progress Database
There seems to be no *progress* on this list since the last time someone
asked about a DBD for *progress* (not postgres), someone also mentioned=20
DBD::Pg. Progress is a commercial RDBMS and if there's a DBD for it, I=20
haven't seen one.
--=20
Jeff
Alexander Foken wrote:
> There is DBD::Pg, available from CPAN. You also need to install=20
> PostgreSQL (client only) to compile DBD::Pg.
>
> Alexander
>
> Ram wrote:
>> Hi,
>> I need to connect to the progress database through perl. I was=20
>> wondering if there is any way that I can use the DBI module to do=20
>> this. I searched the CPAN but could not find a module to use for=20
>> progress DB. Though I would ask in here.
>>
>> Thanks in advance.
>> Ram.
>> =20
>
Re: Connecting to Progress Database
am 16.08.2007 18:58:55 von hjp
--Z8yxTSU1mh2gsre7
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On 2007-08-16 18:24:15 +0200, Alexander Foken wrote:
> Ram wrote:
> >I need to connect to the progress database through perl.
> There is DBD::Pg, available from CPAN. You also need to install PostgreSQ=
L=20
> (client only) to compile DBD::Pg.
AFAIK Progress and Postgress are two quite different databases ...
hp
--=20
_ | Peter J. Holzer | If I wanted to be "academically correct",
|_|_) | Sysadmin WSR | I'd be programming in Java.
| | | hjp@wsr.ac.at | I don't, and I'm not.
__/ | http://www.hjp.at/ | -- Jesse Erlbaum on dbi-users
--Z8yxTSU1mh2gsre7
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGxIJPMdFfQa64PCwRArmwAJ4tOP1xlUVNDKZjYbCU/aHiWnBkNQCe Nw+n
7olNU3uO31iVYiJpJHcsAGE=
=ke/8
-----END PGP SIGNATURE-----
--Z8yxTSU1mh2gsre7--
Re: Connecting to Progress Database
am 16.08.2007 19:03:25 von hjp
--J2pR2RtFp0tAjF3C
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On 2007-08-16 18:58:55 +0200, Peter J. Holzer wrote:
> On 2007-08-16 18:24:15 +0200, Alexander Foken wrote:
> > Ram wrote:
> > >I need to connect to the progress database through perl.
>=20
> > There is DBD::Pg, available from CPAN. You also need to install Postgre=
SQL=20
> > (client only) to compile DBD::Pg.
>=20
> AFAIK Progress and Postgress are two quite different databases ...
s/(Postgres)s/$1/
hp
--=20
_ | Peter J. Holzer | If I wanted to be "academically correct",
|_|_) | Sysadmin WSR | I'd be programming in Java.
| | | hjp@wsr.ac.at | I don't, and I'm not.
__/ | http://www.hjp.at/ | -- Jesse Erlbaum on dbi-users
--J2pR2RtFp0tAjF3C
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGxINdMdFfQa64PCwRAgPTAJ4kGxFYSGlVFfk8yoFR/8xfZmZBeACd HTy4
36FgIII2LgARC6WIDdGWkIA=
=jyAl
-----END PGP SIGNATURE-----
--J2pR2RtFp0tAjF3C--
Re: Connecting to Progress Database
am 16.08.2007 21:08:49 von ramgopal25
------=_Part_17648_11697098.1187291329933
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
yeah, I am trying that option, but wanted to know if there is a module
available for progress database itself. Will update.
Thanks a lot for the response.
Ram.
On 8/16/07, Nelson, Erick [HDS] wrote:
>
> But you can make an ODBC connection to Progress so you should be able to
> use DBD::ODBC, right?
>
> -----Original Message-----
> From: Jeff Zucker [mailto:jeff@vpservices.com]
> Sent: Thursday, August 16, 2007 9:54 AM
> To: Alexander Foken
> Cc: Ram; dbi-users@perl.org
> Subject: Re: Connecting to Progress Database
>
> There seems to be no *progress* on this list since the last time someone
>
> asked about a DBD for *progress* (not postgres), someone also mentioned
> DBD::Pg. Progress is a commercial RDBMS and if there's a DBD for it, I
> haven't seen one.
>
> --
> Jeff
>
> Alexander Foken wrote:
> > There is DBD::Pg, available from CPAN. You also need to install
> > PostgreSQL (client only) to compile DBD::Pg.
> >
> > Alexander
> >
> > Ram wrote:
> >> Hi,
> >> I need to connect to the progress database through perl. I was
> >> wondering if there is any way that I can use the DBI module to do
> >> this. I searched the CPAN but could not find a module to use for
> >> progress DB. Though I would ask in here.
> >>
> >> Thanks in advance.
> >> Ram.
> >>
> >
>
--
Thanks and Regards,
Ram.
------=_Part_17648_11697098.1187291329933--