[Zope-DB] sql query works in database connector but not in ZSQL
	method
    Charlie Clark 
    charlie at egenix.com
       
    Wed Jan 17 11:58:01 EST 2007
    
    
  
Am 17.01.2007, 17:57 Uhr, schrieb robert rottermann <robert at redcor.ch>:
> I of course can send them into the interface as integer, but the
> procedure is called with a sting (at least the error suggests that)
> - -->{call selectVertexProperties('1')}' at line 1", 6088)
Remember you can use bound parameters with our DA so you don't have to  
worry about type conversion. This is not the case if you use query!!!
What is the exact code for your ExternalMethod?
Charlie
    
    
More information about the Zope-DB
mailing list