Hi,
I need to add photos to my database. Back End is on MS SQL Server (I believe 2000), and Front End is on MS Access.
I have read about storing the photos as BLOBS, but I am not sure how to do this with SQL Server. Does this mean store the photo as OLE image, but do something else to it to make it a "Blob"?
I have also read about linking to the photo rather than storing it on the db, but I'd be afraid to do that as things get moved around in my organization.
Appreciate any help on this...
I need to add photos to my database. Back End is on MS SQL Server (I believe 2000), and Front End is on MS Access.
I have read about storing the photos as BLOBS, but I am not sure how to do this with SQL Server. Does this mean store the photo as OLE image, but do something else to it to make it a "Blob"?
I have also read about linking to the photo rather than storing it on the db, but I'd be afraid to do that as things get moved around in my organization.
Appreciate any help on this...