Subject | Re: [firebird-support] Problem with params on Blob fields |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2009-07-31T11:18:45Z |
> Could anybody explain me that?30 characters is server's default length for string params. It is
used when required length cannot be derived from context. Use "LIKE
CAST(:PARAM AS VARCHAR(200))".
SY, SD.