[Zope] Zope & ZPyGreSQLDA

Evan Simpson evan@4-am.com
Tue, 01 Feb 2000 00:44:47 -0600


Jatwood@bwanazulia.com wrote:

> I know this might seem crazy but I don't know what the syntax of the
> connection string is supposed to be for ZPyGreAQL (I looked all over,
> read the README, looked newsgroups and mailing lists). I have a
> PyGreSQL database called zope and a username of zopeid for that
> database.

For table 'widgets' and user 'fred' on localhost, use "widgets fred".
If the server is on sql.central.com, use "widgets@sql.central.com
fred".  You can also add the password and options, separated by
whitespace.

Cheers,

Evan @ 4-am