if not OpenPictureDialog1.Execute then exit;
  MyQuery1.SQL.Text :=
    'insert into `job_table` (pic_image) values (:pic_image)';
  MyQuery1.ParamByName('pic_image').LoadFromFile(OpenPictureDialog1.FileName, ftblob);
  MyQuery1.Execute;
this does not work with mydac4.3 in delphi 10. what's wrong?
(it worked well with mydac 3.10 in delphi7)
			
									
									
						ABOUT BLOBFIELD & PARAMTERS
Please specify what the result is if you execute presented code using Delphi 2006 (file is not loaded, error message appears etc.). Also supply us following information:
- Exact version of Delphi (including update packs)
- Exact version of MyDAC. You can see it in About sheet of TMyConnection Editor
- Exact version of MySQL server and MySQL client. You can see it in Info sheet of TMyConnection Editor
			
									
									
						- Exact version of Delphi (including update packs)
- Exact version of MyDAC. You can see it in About sheet of TMyConnection Editor
- Exact version of MySQL server and MySQL client. You can see it in Info sheet of TMyConnection Editor