Mailing List Archive

Sybase Adapter error :: alternatives?
Hi guys

Sadly I'm stuck here at work with some Sybase DB, and I need to get some
info to the intranet plone-site..

I've found the SybDAv2 but it's dead old and doesn't work..

a) Has anyone made it work (recently)
b) any alternatives to get connect to a Sybase DB?

I really need help here =/

Thanks

?

_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db
Re: Sybase Adapter error :: alternatives? [ In reply to ]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1



- --On 27. Dezember 2006 11:28:25 -0300 Pablo Avalos <pavalosv@gmail.com>
wrote:

> Hi guys
>
> Sadly I'm stuck here at work with some Sybase DB, and I need to get some
> info to the intranet plone-site..
>
> I've found the SybDAv2 but it's dead old and doesn't work..
>
> a) Has anyone made it work (recently)
> b) any alternatives to get connect to a Sybase DB?
>
> I really need help here =/
>


How about mxODBC?

- -aj
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (Darwin)

iD8DBQFFkokECJIWIbr9KYwRAnVbAJ96Z7pSPfA1HMEExWxtmt/7YFtxgACeJmy7
mKA/oHWYNM2DHRxfXn7l6Qs=
=fOED
-----END PGP SIGNATURE-----

_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db
Re: Sybase Adapter error :: alternatives? [ In reply to ]
Hi Pablo,

We are working with SybDav2 (an old Version) , Sybase ASA Version 15
and zope 2.8 and everything works fine.

What Versions are you using and what problems do you encounter?

Greetings,

Uwe Schulz




Pablo Avalos schrieb:
> Hi guys
>
> Sadly I'm stuck here at work with some Sybase DB, and I need to get some
> info to the intranet plone-site..
>
> I've found the SybDAv2 but it's dead old and doesn't work..
>
> a) Has anyone made it work (recently)
> b) any alternatives to get connect to a Sybase DB?
>
> I really need help here =/
>
> Thanks
>
> ?
>
> _______________________________________________
> Zope-DB mailing list
> Zope-DB@zope.org
> http://mail.zope.org/mailman/listinfo/zope-db
>
>

_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db
Re: Sybase Adapter error :: alternatives? [ In reply to ]
Use MS*SQL database adapter from object-craft, which use syb*ase as DB
connector.

googling tip - remove * from string below
mss*ql syb*ase zope luk*esh

It working fine for Zope 2.5.1, for Zope 2.9.4 and plain python (2.1.3 ...
2.4) too.

Regards, JL.

----- Original Message -----
From: "Pablo Avalos" <pavalosv@gmail.com>
> Sadly I'm stuck here at work with some Sybase DB, and I need to get some
> info to the intranet plone-site..
>
> I've found the SybDAv2 but it's dead old and doesn't work..
>
> a) Has anyone made it work (recently)
> b) any alternatives to get connect to a Sybase DB?
>
_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db
Re: Sybase Adapter error :: alternatives? [ In reply to ]
actually I have the object-craft's sybase-python-module (...working)

but how do you do to use it as a Zope DB Adapter?? O.o?

?
Jaroslav Lukesh escribió:
> Use MS*SQL database adapter from object-craft, which use syb*ase as DB
> connector.
>
> googling tip - remove * from string below
> mss*ql syb*ase zope luk*esh
>
> It working fine for Zope 2.5.1, for Zope 2.9.4 and plain python (2.1.3
> ... 2.4) too.
>
> Regards, JL.
>
> ----- Original Message ----- From: "Pablo Avalos" <pavalosv@gmail.com>
>> Sadly I'm stuck here at work with some Sybase DB, and I need to get some
>> info to the intranet plone-site..
>>
>> I've found the SybDAv2 but it's dead old and doesn't work..
>>
>> a) Has anyone made it work (recently)
>> b) any alternatives to get connect to a Sybase DB?
>>

_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db
Re: Re: Sybase Adapter error :: alternatives? [ In reply to ]
object-craft have mssql adapter too. And for that adapter exist Zope DA...

----- Original Message -----
From: "Pablo Avalos" <pavalosv@gmail.com>


> actually I have the object-craft's sybase-python-module (...working)
>
> but how do you do to use it as a Zope DB Adapter?? O.o?
>
> ?
> Jaroslav Lukesh escribió:
>> Use MS*SQL database adapter from object-craft, which use syb*ase as DB
>> connector.

_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db
Re: Sybase Adapter error :: alternatives? [ In reply to ]
Hmm the only Adapter for MS*SQL I see here
(http://www.plope.com/Books/2_7Edition/RelationalDatabases.stx)
is for windows only... I should have specified the zope server is
running Gentoo Linux =/

?


Jaroslav Lukesh escribió:
> object-craft have mssql adapter too. And for that adapter exist Zope DA...
>
> ----- Original Message ----- From: "Pablo Avalos" <pavalosv@gmail.com>
>
>
>> actually I have the object-craft's sybase-python-module (...working)
>>
>> but how do you do to use it as a Zope DB Adapter?? O.o?
>>
>> ?
>> Jaroslav Lukesh escribió:
>>> Use MS*SQL database adapter from object-craft, which use syb*ase as DB
>>> connector.

_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db
Re: Re: Sybase Adapter error :: alternatives? [ In reply to ]
Did you use google for string that I was specified?

----- Original Message -----
From: "Pablo Avalos" <pavalosv@gmail.com>


> Hmm the only Adapter for MS*SQL I see here
> (http://www.plope.com/Books/2_7Edition/RelationalDatabases.stx)
> is for windows only... I should have specified the zope server is
> running Gentoo Linux =/
>
_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db
Re: Sybase Adapter error :: alternatives? [ In reply to ]
>>> b) any alternatives to get connect to a Sybase DB?
> How about mxODBC?
There is also SQLRelay that should work with Sybase

--
Maciej Wisniowski
_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db
Re: Sybase Adapter error :: alternatives? [ In reply to ]
Pablo Avalos wrote at 2006-12-27 11:28 -0300:
>Sadly I'm stuck here at work with some Sybase DB, and I need to get some
>info to the intranet plone-site..

I have recently seen a new announcement of a "Sybase" module on
"db-sig@python.org". Search the archive.



--
Dieter
_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db
Re: Sybase Adapter error :: alternatives? [ In reply to ]
Dieter Maurer escribió:
> Pablo Avalos wrote at 2006-12-27 11:28 -0300:
>> Sadly I'm stuck here at work with some Sybase DB, and I need to get some
>> info to the intranet plone-site..
>
> I have recently seen a new announcement of a "Sybase" module on
> "db-sig@python.org". Search the archive.
>
>
>
SQLRelay did the job.. and did it very well =)

Thanks everyone !!

?

_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db