Con MariaDB campo MEDIUMTEXT funciona
- Code: Select all Expand view
FW_SaveImage(oSQL:FOTO,"C:\FOTOS\"+Alltrim(oSQL:NOMBRE)+".PNG" )
Con DBF campo BLOB/PICTURE no funciona
- Code: Select all Expand view
FW_SaveImage(oDBF->FOTO,"C:\FOTOS\"+Alltrim(oDBF->NOMBRE)+".PNG" )
He intentado recuperando la imagen con LoadFromMemory, LoadImage, Setbmp
Gracias por la ayuda