[Zope] How to connect to Sybase using ZSybaseDA

rossl@med.usyd.edu.au rossl@med.usyd.edu.au
Sat, 24 Jul 1999 18:14:06 -0700


try 
[dbusername] [password] [machinename] [databasename]

eg

bob bobspass redhat1 zopestuff

(Of course, you need to use the sybase utilities to make database zopestuff and accessible by bob using bobspass)

 <003001bed623$61e130a0$0202a8c-@lalaland.net.au> wrote: 
original article:http://www.egroups.com/group/zope/?start=8450
> Hi
> 
> I managed to compile the ZSybaseDA under Redhat 5.1.  Now I need help to connect to the database.  Zope is running on the same machine as Sybase ASE.  Could someone please tell me the format for the Database Connection String?