perl and progress database.

2003-01-22 Thread Gerardo
i want to know if i can to run perl with the dbi module and to view a Progress database. ... and sorry ... my english is very bad. thanks. -- Gerardo D. Rios -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: perl and progress database.

2003-01-22 Thread Ben Siders
Yes. DBI has support for PostgreSQL. You can perform almost any transaction through it that you would at the command line. Gerardo wrote: i want to know if i can to run perl with the dbi module and to view a Progress database. ... and sorry ... my english is very bad. thanks. -- Benjam

RE: perl and progress database.

2003-01-22 Thread Bob Showalter
Ben Siders wrote: > Yes. DBI has support for PostgreSQL. You can perform almost any > transaction through it that you would at the command line. > > Gerardo wrote: > > > i want to know if i can to run perl with the dbi module and to view > > a Progress database. n.b. "Progress" <> "PostgreSQL

Re: perl and progress database.

2003-01-22 Thread Ben Siders
Ah, I skimmed over it too fast. My bad. Bob Showalter wrote: Ben Siders wrote: Yes. DBI has support for PostgreSQL. You can perform almost any transaction through it that you would at the command line. Gerardo wrote: i want to know if i can to run perl with the dbi module and to vie

Re: perl and progress database.

2003-01-22 Thread Christopher D . Lewis
On Wednesday, January 22, 2003, at 12:40 PM, Gerardo wrote: i want to know if i can to run perl with the dbi module and to view a Progress database. DBI:: lets you get data into and out of databases, though you need DBI::Pg to interface with PostgreSQL. Search CPAN for perl modules to get y

RE: perl and progress database.

2003-01-22 Thread Bob Showalter
Christopher D. Lewis wrote: > NOT Abandoned!! Very active! > On Wednesday, January 22, 2003, at 12:54 PM, Bob Showalter wrote: > > > Ben Siders wrote: > > > Yes. DBI has support for PostgreSQL. You can perform almost any > > > transaction through it that you would at the command line. > > > >

Re: perl and progress database.

2003-01-23 Thread Christopher D . Lewis
NOT Abandoned!! Very active! On Wednesday, January 22, 2003, at 12:54 PM, Bob Showalter wrote: Ben Siders wrote: Yes. DBI has support for PostgreSQL. You can perform almost any transaction through it that you would at the command line. Gerardo wrote: i want to know if i can to run perl wit