Link to home
Start Free TrialLog in
Avatar of DIMA
DIMA

asked on

Displaying picture from Access Database at run time.

How do I display the picture at run time when my
rs.Fields(N) contains a link to a BitMap Image?
   
Avatar of TheAnswerMan
TheAnswerMan

If it is the Path to the file..
Just put

Picture1.picture = Loadpicture(rs.Fields(N))

Avatar of DIMA

ASKER

The field in recorset contains the object not the path to the bit
map image. Take the NorthWind Database and look in Employees, the field Photo does not contain Path. What is the short and efficient way of displaying the image at runtime.

Thaks.
     
ASKER CERTIFIED SOLUTION
Avatar of mskannan
mskannan

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