Results 1 to 2 of 2
  1. #1
    TOPSie is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Mar 2021
    Posts
    108

    Using Amazon Web Services

    Hi,

    I'm just looking for a few pointers if I may.

    I have some VB.Net code which allows me to transfer files to and from a Cloud account on Amazon Web Services.



    I now want to use this capability in an Access (2016) application using vba(??)

    Does Access support things like "AmazonS3Client" (part of a package obtained from GIT Hub!)?

    Or would I be better to use VB.Net to create a local dll and call that from Access?

    If anyone can point to some worked examples of either method I would be grateful.

  2. #2
    Join Date
    Oct 2021
    Posts
    9
    1. I don’t think it supports it as I don’t recall seeing reference to create AmazonS3Client.
    2. Access VBA doesn’t have asynchronous network to perform multi thread. Even if you get AmazonS3Client to work it will appear to freeze up. When the operation is running you can’t really move your mouse cursor around or click on things as it will crash.

    I think vb.net is a better route

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Cannot import data from Amazon Athena using ODBC
    By Abonae in forum Import/Export Data
    Replies: 3
    Last Post: 05-08-2018, 10:51 AM
  2. Many to Many, many services with many managers
    By Haz in forum Database Design
    Replies: 3
    Last Post: 11-04-2017, 04:56 PM
  3. Replies: 4
    Last Post: 01-05-2015, 03:51 PM
  4. Working with Different Order Services
    By francogaspari in forum Access
    Replies: 2
    Last Post: 06-18-2014, 09:22 AM
  5. exposing Access / web services
    By gregnell00 in forum Access
    Replies: 1
    Last Post: 09-06-2011, 04:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums