Subject Re: [firebird-support] Data type for flags
Author Dimitry Sibiryakov
> Another option would be NUMERIC(1), but I'm worried about the actual size of such a field - would it be sent over the wire as one byte or as 8 bytes? These records will travel a lot over the wire so I want to keep them as small as possible...

Use Integer.

SY, SD.