[AccessD] Calling API's from VBA

newsgrps at dalyn.co.nz newsgrps at dalyn.co.nz
Wed Sep 9 16:10:50 CDT 2020


Thanks John,

In this case there is a manual process required between the push and get so
we don't have that problem.

-----Original Message-----
From: AccessD <accessd-bounces at databaseadvisors.com> On Behalf Of John Colby
Sent: Thursday, 10 September 2020 9:03 am
To: Access Developers discussion and problem solving
<accessd at databaseadvisors.com>
Subject: Re: [AccessD] Calling API's from VBA

The problem is that VBA is single threaded. As long as it only takes a few
seconds you're fine otherwise it appears to be locked up. I ended up using
c# and threads.

On Sun, Aug 9, 2020, 23:05 <newsgrps at dalyn.co.nz> wrote:

> Hi Listers,
>
>
>
> I have a client that wants to be able to call a web api to push data 
> and then call another one to pull data back again.
>
>
>
> Does anyone know of resources that can give me guidance as how to do 
> this in Access?
>
>
>
> Regards
>
>
>
> David Emerson
>
> Dalyn Software Ltd
>
> Wellington, New Zealand
>
>
>
>
>
>
>
>
>
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>
--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list