Link to home
Start Free TrialLog in
Avatar of gordonwwaugh
gordonwwaughFlag for United States of America

asked on

Connect MS Access frontend to graphic files stored in Amazon S3 buckets?

Can I connect my MS Access front end to files stored in Amazon S3 buckets?

I have an MS Access frontend is connected to an MS SQL Server backend. Among many other things, the Access frontend creates reports. VBA code within the reports currently display graphic files stored on a local network drive. The backend stores the pathnames of the graphic files. We want to move the graphic files either to a BLOB field or to Amazon as files in its S3 buckets. If we use S3, I assume we would store the file location (URL?) in a text field.

However, I don't know whether Access will be able to access and display the graphic files stored in Amazon S3. Can this be done? If so, how? Is there an API that accomplishes this?
Avatar of John Tsioumpris
John Tsioumpris
Flag of Greece image

Well you could use the AWS SDK to create a .NET .dll that would be COM -Visible thus using this to access the files stored in the S3 buckets.
Personally i would go for the BLOB implementation...probably a Linux VPS hosting a Firebird Server which has good "reputation" for Blob handling
ASKER CERTIFIED SOLUTION
Avatar of Jim Dettman (EE MVE)
Jim Dettman (EE MVE)
Flag of United States of America 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