Connecting to Progress Database

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.
ramgopal25 [ Do, 16 August 2007 11:50 ] [ ID #1797248 ]

Re: Connecting to Progress Database

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 [at] foken.de http://www.foken.de/alexander/
Alexander [ Do, 16 August 2007 18:24 ] [ ID #1797249 ]

Re: Connecting to Progress Database

--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
> (client only) to compile DBD::Pg.

AFAIK Progress and Postgress are two quite different databases ...

hp

--
_ | Peter J. Holzer | If I wanted to be "academically correct",
|_|_) | Sysadmin WSR | I'd be programming in Java.
| | | hjp [at] 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--
hjp [ Do, 16 August 2007 18:58 ] [ ID #1797250 ]

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.
>>
>
jeff [ Do, 16 August 2007 18:53 ] [ ID #1797251 ]

Re: Connecting to Progress Database

--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.
>
> > There is DBD::Pg, available from CPAN. You also need to install Postgre=
SQL
> > (client only) to compile DBD::Pg.
>
> AFAIK Progress and Postgress are two quite different databases ...

s/(Postgres)s/$1/

hp


--
_ | Peter J. Holzer | If I wanted to be "academically correct",
|_|_) | Sysadmin WSR | I'd be programming in Java.
| | | hjp [at] 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--
hjp [ Do, 16 August 2007 19:03 ] [ ID #1797252 ]

RE: Connecting to Progress Database

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 [at] vpservices.com]
Sent: Thursday, August 16, 2007 9:54 AM
To: Alexander Foken
Cc: Ram; dbi-users [at] 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.
>>
>
Erick.Nelson [ Do, 16 August 2007 18:56 ] [ ID #1798237 ]

Re: Connecting to Progress Database

------=_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] <Erick.Nelson [at] hdsupply.com> 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 [at] vpservices.com]
> Sent: Thursday, August 16, 2007 9:54 AM
> To: Alexander Foken
> Cc: Ram; dbi-users [at] 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--
ramgopal25 [ Do, 16 August 2007 21:08 ] [ ID #1798239 ]
Perl » perl.dbi.users » Connecting to Progress Database

Vorheriges Thema: Re: Another set of DBI docs
Nächstes Thema: Re: Another set of DBI docs