I have a Sybase database which I can access through isql, MSAccess, Sybase
Central etc. When I tried to access it using the ZSybaseDA using the
connection string in the form [dbusername] [password] [machinename]
[databasename] I get an error saying "Invalid connection string:".
Any other suggestions.
>From:
rossl@med.usyd.edu.au>Date: Sat,
24 Jul 1999 18:14:06 -0700
>To:
zope@zope.org>Subject: Re: [Zope]
How to connect to Sybase using ZSybaseDA
>
>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:
o>riginal
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?