Re: [Zope] ZOPE : SQL methods

2001-01-12 Thread Dieter Maurer
K H Subrahmanyan writes: > I am using zope and gadfly for my project. > but while using the SQL methods, I get the error if I use the "like" option. > > E.g.. select * > from table > where > Emp_name like "*rama*" > > I will get the following error

[Zope] ZOPE : SQL methods

2001-01-12 Thread K H Subrahmanyan
hi, I am using zope and gadfly for my project. but while using the SQL methods, I get the error if I use the "like" option. E.g.. select * from table where Emp_name like "*rama*" I will get the following error. Zope Error Zope has encountered an error

Re: [Zope] SQL Methods

2000-09-02 Thread Tino Wildenhain
Hi Campaan, RC Compaan wrote: > > I have a sql method and a dtml method calling the sql method. They live in > the same folder and the dtml method's proxy roles are set. I've tried > everything and Zope tells me I don't have permission to do view the sql > result returned by the sql method. T

Re: [Zope] SQL Methods

2000-08-31 Thread Bak @ kedai
i think you need to look at the sql methods permission. -Original Message- From: RC Compaan <[EMAIL PROTECTED]> To: Zope <[EMAIL PROTECTED]> Date: Thursday, August 31, 2000 3:06 PM Subject: [Zope] SQL Methods >I have a sql method and a dtml method calling the sql method

[Zope] SQL Methods

2000-08-31 Thread RC Compaan
I have a sql method and a dtml method calling the sql method. They live in the same folder and the dtml method's proxy roles are set. I've tried everything and Zope tells me I don't have permission to do view the sql result returned by the sql method. This worked fine in Zope 2.1.6 so I guess i