I have a dbf-file MyPhoto.dbf
with two fields:
MyPicturename = c(200)
MyPicture = memo binary
The picture I would like to have inserted in MyPhoto.dbf is this one with its location:
"F:\Bilder\DCIM\Möve.jpg"
How is the correct insert command to have Myphoto.dbf populated with
the filename "F:\Bilder\DCIM\Möve.jpg" in FIELD Mypicturename
the image in FIELD MyPicture.
My system is VFP 9.0 SP2
Thank you for help
Klaus
Peace worldwide - it starts here...
with two fields:
MyPicturename = c(200)
MyPicture = memo binary
The picture I would like to have inserted in MyPhoto.dbf is this one with its location:
"F:\Bilder\DCIM\Möve.jpg"
How is the correct insert command to have Myphoto.dbf populated with
the filename "F:\Bilder\DCIM\Möve.jpg" in FIELD Mypicturename
the image in FIELD MyPicture.
My system is VFP 9.0 SP2
Thank you for help
Klaus
Peace worldwide - it starts here...