How do I get a blob (Image) including other fields from an MYSQL using B4i where the image is converted in the SQL statement to BASE64.
example statement
Dim Query As String ="Select `ID`, `Number`,`Address`, IFNULL(`lon`,0) , IFNULL(`lat`,0), 'postal_code`, TO_BASE64(`image`) As image FROM `Emergency`"
Thank you in advance for your help.
example statement
Dim Query As String ="Select `ID`, `Number`,`Address`, IFNULL(`lon`,0) , IFNULL(`lat`,0), 'postal_code`, TO_BASE64(`image`) As image FROM `Emergency`"
Thank you in advance for your help.