[Gambas-user] base de données employees avec photo champ blob

M. Cs. mohareve at ...626...
Sat Jun 12 22:46:14 CEST 2010


Working with blobs isn't a fun:
1. You'll have to excerp the data of the blob: I think
Image.Data=yourresult!image
 where Image is a String,
2. To save the data as a picture: File.Save(pathtoimage,Image)
3. To load the picture into a Picture=Picture["pathtoimage "]
With a huge number of image it can be terrible slow.



More information about the User mailing list