[Zope] ZSQL method
Chris Withers
chrisw@nipltd.com
Mon, 03 Apr 2000 15:26:13 +0100
You're probably getting this if you test the method.
There's nothing wrong with this, it's the correct response!
It just means that the execution of the SQL returned no data, which is what you'd expect for an
insert :-)
Chris
Alessandra Pessolano wrote:
>
> I have a problem!!!
> When I make a ZSQL method with an insert, i have the fallowing error: "This was
> not a query"
> My ZSQL method is the following: GENERE, UFFICIO
> ARGUMENTS: ZSQL method
> INSERT ITNO WS
> (GENERE, UFFICIO)
> (<dtml-sqlvar GENERE type=string>, <dtml-sqlvar UFFICIO type=string> )
>
> Thank you ALessandra
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )