How do you put employee pictures in databases?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do you put BMP files (like the employee pictures in the northwind sample
database) into an Access database?
 
Copy the structure from Northwinds. Not sure how we could explain it any
better that you simply looking at how Northwinds is built.

Just FYI, I think the current recomendation is NOT to do it like that
because it causes bloat. You should do some searches and find the
recommendation of storing the path of the picture in the database, not the
actual picture.

Search in google groups.

Rick B
 
Back
Top