Re: [Zope] Zope and Sybase Stored Procedures

2000-11-06 Thread Ralph Heinkel
Hi, we are using Zope 2.1.6 with Sybase 11.9.2 on Suse Linux, and calling stored procedures just works fine. e.g. create procedure csp_add_barcode @tableName varchar(12), @barcode numeric(8) OUT AS insert into BarcodeItem (tableName) values (@tableName) select @barcode

Re: [Zope] Zope and Sybase Stored Procedures

2000-11-04 Thread Bill Anderson
MANUEL JOSE AMADOR BRIZ wrote: Everything works from a SQL method except \"exec sp_xx\" calls. It is driving me insane. ZSybaseDA spits errors about some operation in progress . WARNING: This data is a bit old! Last I knew, SybaseDA didn't work with stored procedures. if that ahs

Re: [Zope] Zope and Sybase Stored Procedures

2000-11-03 Thread MANUEL JOSE AMADOR BRIZ
Everything works from a SQL method except \"exec sp_xx\" calls. It is driving me insane. ZSybaseDA spits errors about some operation in progress . Quoting [EMAIL PROTECTED]: Hi, I am working with zope and I want to securize my access to the data stored in a Sybase Server. So I am

[Zope] Zope and Sybase Stored Procedures

2000-10-31 Thread b . pouye
Hi, I am working with zope and I want to securize my access to the data stored in a Sybase Server. So I am trying to do all my SQL requests by using stored procédures. The only thing that goes wrong is that I don't know how to make a call to a Sybase Stored Procedure within Zope. Can anyone