Helpful Information
 
 
Category: Firebird SQL Development
Equivalent of mysql's TEXT field type in Firebird?

Firebird doesn't have a TEXT field type? Then what field type will be able to accept large amounts of text with unknown size?

Thanks

Firebird doesn't have a TEXT field type? Then what field type will be able to accept large amounts of text with unknown size?

Look at the docs under BLOB column types. You are looking for 'blob sub type 1'...

char and varchar upto 32000 bytes (characters in ASCII) or blobs










privacy (GDPR)