M
Microchip
I have an ASP.NET file which writes to an application on the same machine
using sockets. But I need to do this in Access rather than a webpage.
1. Can I use .NET commands in Access?
2. Are there equivalent libraries available to Access that provide the same
functions?
The problem I am trying to solve is sending an XML file to a client
application ( via 127.0.0.1 and a specific port) which forwards the file to
its own server, then receives back a response which I need to read.
using sockets. But I need to do this in Access rather than a webpage.
1. Can I use .NET commands in Access?
2. Are there equivalent libraries available to Access that provide the same
functions?
The problem I am trying to solve is sending an XML file to a client
application ( via 127.0.0.1 and a specific port) which forwards the file to
its own server, then receives back a response which I need to read.