Subject blank as default value for char fields
Author Safak Ebesek
How can I configure the property "Default Value" of the fields of
TIBOQuery to pleace space [ chr(32) ].

Thanks

{
I have set default vaule of domain as ' ' at database layer. And it
is working at database level. Field have automatickly chr(32) after
inserting a record. But when i use Ib_query , application iserts one
record. The value of field is NULL insteat of chr(32)
}