Search found 1 match

by Mamba
Sat Aug 21, 2004 5:12 pm
Forum: GFL SDK
Topic: GflAx SetBlob VB & SQL Server (VB)
Replies: 0
Views: 1936

GflAx SetBlob VB & SQL Server (VB)

Can someone post the code for using SetBlob to save an image to a database field? GetBlob works fine using the following code:


If dnvZip.rscmdFindZip.Fields("FileImage").Value <> Null Then
gflImage.GetBlob CStr(dnvZip.rscmdFindZip.Fields("FileImage"))
imgThumb.Picture = gflImage.GetPicture ...