Tornado API Library - V12.26.07

z.dbEditAllowZeroLength Property

Set blank values to '' or null in Edit SQL.

Product Version

All
[Visual Basic]
Public Property dbEditAllowZeroLength As Boolean
[C#]
public bool dbEditAllowZeroLength {set;}

Property Value

Mydb.dbEditAllowZeroLength = "True | False(Def)"

QuickProp Keyword Abbreviation

eazl

Remarks

This boolean property is for Editing operations. If your db allows zerolength fields then a blank '' will be used in the SQL. Otherwise a 'null' will be used. The default is to use 'null'. This is one of those tiny option that can break you if you do not have it.

See Also

z Class | Tornado Namespace