Problems with Pg::doQuery-- Fixed

Michael <wwwadmin@wizard.ca>

From: The Web Administrator <wwwadmin@wizard.ca>
To: PostGres General Questions <pgsql-general@postgresql.org>, marin@cybernet.bg
Date: 1998-06-06T22:03:24Z
Lists: pgsql-general
Ok, seems if I use \@ary instead of defining it as \@clients it seems to
work..

But since I am on the subject, I have my database on a remote location
from my Webserver, so of course I always worry about response time..
Comparing the ::doQuery vs exec statements, (And the associated
->ntuples, ->fnames, and looping ->getvalue's, etc that are required)
How does response times compare?
Any comments on which is the more affective procedure?