Subject Set field to Null
Author Adriano Urbano
Hello all,


This is what I have been done for clearing column fields:

IBOQuery1.FieldByName('myColumn').AsString := '';


How may I store NULL into 'myColumn'???


[]s,

Adriano