Hello,
I've got an Interbase database with a blob field in it. A blob field is the same as a general field in VFP. I connect to the Interbase database through a remote view. I can copy a picture into the field with the command:
append general picture from myPic.jpg
tableUpdate(.T.)
And when I look through the browse window and double click on the field, the picture is displayed in a seperate window. When I do the same in the Interbase console, I get the error:
The format is not graphical
Bitmap image is not valid
I hope someone can help me, even if you don't know a thing from Interbase, may be you have some suggestions.
Thanks,
Charl
I've got an Interbase database with a blob field in it. A blob field is the same as a general field in VFP. I connect to the Interbase database through a remote view. I can copy a picture into the field with the command:
append general picture from myPic.jpg
tableUpdate(.T.)
And when I look through the browse window and double click on the field, the picture is displayed in a seperate window. When I do the same in the Interbase console, I get the error:
The format is not graphical
Bitmap image is not valid
I hope someone can help me, even if you don't know a thing from Interbase, may be you have some suggestions.
Thanks,
Charl