Re: [GENERAL] Cusors in Perl DBI

From: "David Fury" <davida(at)teleord(dot)co(dot)uk>
To: pgsql-general(at)postgreSQL(dot)org, Mark Jewiss <Mark(dot)Jewiss(at)knowledge(dot)com>
Subject: Re: [GENERAL] Cusors in Perl DBI
Date: 1999-09-28 14:51:53
Message-ID: 199909281443.OAA28853@wombat.teleordering.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I'm now in the middle of trying to write a small cgi to fetch data from a
> table using cursors.
>
> Does anyone have an example of how to do this?

The info that you need is in a variety of places. Try

perldoc DBI

at the UNIX command line to get general DBI doc , or run pod2html
on the DBI source to get html versions of this. There is also a DBI
FAQ installed as part of the distrinbution.

perldoc DBD::Pg

will get you speciific Postgres DBD (driver) info.

Secondly, check out the DBI pages at

http://www.symbolstone.org/technology/perl/DBI/index.html

which will point you to various DBI-related resources (including
examples with cursors)

Hope this helps,

David

David Fury
Software Developer

Whitaker BookTrack

d(dot)fury(at)teleord(dot)co(dot)uk Tel: 01252 742578

In response to

Browse pgsql-general by date

  From Date Subject
Next Message myers 1999-09-28 17:34:34 Re: [GENERAL] Solaris 7 x86 error
Previous Message Mark Jewiss 1999-09-28 14:13:10 Cusors in Perl DBI