Re: [Zope] Calling Stored Procedures using DCOracle

2000-07-06 Thread Monty Taylor
I have **exactly** the same problem. I've tried 8.1.5 and 8.1.6. I would LOVE any help anyone could give. Monty Original Message On 7/6/00, 9:47:09 AM, Ronnie Sengupta [EMAIL PROTECTED] wrote regarding [Zope] Calling Stored Procedures using DCOracle: Hi, I am using DCOracle Ver 1.3.1

RE: [Zope] Calling Stored Procedures using DCOracle

2000-07-06 Thread Monty Taylor
') '' dbc.getSource('PGM140_API.select_targets') '' Original Message On 7/6/00, 2:32:39 PM, Satheesh Babu [EMAIL PROTECTED] wrote regarding RE: [Zope] Calling Stored Procedures using DCOracle: Did you try conn.callproc('ADDARTICLE',['dfdsf']) ? As far as I know Oracle stores the object names

Re: [Zope] Calling Stored Procedures using DCOracle

2000-07-06 Thread Dieter Maurer
When I execute this : conn.callproc('addarticle',['dfdsf']) I get the following Error : __getattr__ raise error, 'no usable procedure named '+name oci.error: no usable procedure named addarticle How ever if I do this : conn.getSource('ADDARTICLE') It returns