Subject | Set field to Null |
---|---|
Author | Adriano Urbano |
Post date | 2001-11-14T13:16:43Z |
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
This is what I have been done for clearing column fields:
IBOQuery1.FieldByName('myColumn').AsString := '';
How may I store NULL into 'myColumn'???
[]s,
Adriano