SmartClient_v83p_2012-11-23
Smartclient server does not ignore longblob type in MySQL, this causes respond to take too long because is fetching the entire blob instead of ignoring it as it does with blob type.
see Docs for your reference.
"""
For an ordinary "fetch" operation, it's generally useless to return data for a binary field, because in most cases code running in the browser would not be able to do anything with a binary value (such as invoke a PDF viewing plugin). For this reason the SmartClient Server will automatically omit values of type InputStream, byte[] or Blob during a normal "fetch".
"""
Please include longblob in the types of fields in MySQL.
Thanks.
Smartclient server does not ignore longblob type in MySQL, this causes respond to take too long because is fetching the entire blob instead of ignoring it as it does with blob type.
see Docs for your reference.
"""
For an ordinary "fetch" operation, it's generally useless to return data for a binary field, because in most cases code running in the browser would not be able to do anything with a binary value (such as invoke a PDF viewing plugin). For this reason the SmartClient Server will automatically omit values of type InputStream, byte[] or Blob during a normal "fetch".
"""
Please include longblob in the types of fields in MySQL.
Thanks.
Comment