Question:
I have an application in which I have to enter employee info and save their photo. I can do that if I use a data control and bound control like Picture Box or OLE Control. I would like to do the same thing using DAO, ADO or RDO. Can it be done?
Answer:
Saving graphics in a database tends to bloat the database badly. You might consider storing a filename in the database that references a graphics file somewhere on disk. It will load faster, and is less hassle than storing it in the database.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.






















