tranchemontaigne
Registered User.
- Local time
- Today, 06:45
- Joined
- Aug 12, 2008
- Messages
- 203
I need to post simple strings (actually HL7 messages) to a remote server via a TCP post using a named IP address and designated port. My goal here is to do this natively, using VBA, rather than introduce 3rd party "helper" tools.
Composing the string is simple enough, but I am looking for some advice on how to create the socket and pass the data string.
I have MS Access 2010
I do not have access to dot net development tools
Any feedback would be appreciated, tips, or advice would be greatly appreciated.
Composing the string is simple enough, but I am looking for some advice on how to create the socket and pass the data string.
I have MS Access 2010
I do not have access to dot net development tools
Any feedback would be appreciated, tips, or advice would be greatly appreciated.