[Zope] SQL queries?

Oleg Broytmann phd@phd.russ.ru
Tue, 26 Oct 1999 08:52:03 +0000 (GMT)


On Tue, 26 Oct 1999, Ethan Fremen wrote:
> Is there any way I can do SQL queries to a remote machine without having
> to have a DA and Zope instantiated on that machine?

   You just need to connect your current DA to remote database. Ask that
database admin to grant you appropriate rights, and create new connection
with connection string like this:

   database@host:port user passsword

   E.g.:

   baseball@sun.med.ru www
   (port and password omitted; not all fields required)

Oleg.
---- 
    Oleg Broytmann      Foundation for Effective Policies      phd@phd.russ.ru
           Programmers don't die, they just GOSUB without RETURN.