[Zope] Integers in ZSQLMethod

Ralph Heinkel heinkel@cenix-bioscience.com
Wed, 4 Oct 2000 15:12:53 +0200


On Wed, 04 Oct 2000, you wrote:
> Hi,
> 
> Is it possible to use following code in ZSQLMethod :
> 
> 		<!--#sqlvar NMRSEQS.PAR_FLIPANGLE type=int -->,
> 
> But also allow null as value for the integer? (Thus not filled in)
> 

use 
	<!--#sqlvar NMRSEQS.PAR_FLIPANGLE type=int optional-->
or the newer syntax
	<dtml-sqlvar MRSEQS.PAR_FLIPANGLE type=int optional>
Ralph


------------------------------------------------------------------
Ralph Heinkel                  Cenix Bioscience GmbH
Director of the IT-Unit        Tel  : +49 6221/387 915
Meyerhofstr. 1                 Fax  : +49 6221/387 971
69117 Heidelberg, Germany      eMail: heinkel@cenix-bioscience.com