Link to home
Start Free TrialLog in
Avatar of SaLz
SaLz

asked on

Upload Image to MySQL

hi, how would I go about Uploading an Image to MySQL?
Avatar of Ivanov_G
Ivanov_G
Flag of Bulgaria image

how do you connect to mySQL database? BDE, ADO, dbExpress, Direct Access Components ?
if you are using ADO, and respectively TADOQuery or TADOImage, specify Field for the image and set its type to ftBlob. Then you have LoadFromFile and SaveToFile methods...
Avatar of SaLz
SaLz

ASKER

DAC
ASKER CERTIFIED SOLUTION
Avatar of Ivanov_G
Ivanov_G
Flag of Bulgaria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Mohammed Nasman
Mohammed Nasman
Flag of Palestine, State of image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial