I want to be able to read and write to a mdb table in another computer that is beyond a substantial firewall.
Currently I can only connect to this computer and exchange data between two special applications written by me on a fixed IP address, subnet, gateway and a small fixed range of ports only used by me.
This is a special data monitoring thing in our Government's central computer system and direct file access is barred for security reasons so I can't connect by remote in the usual way to a .mdb in the other computer.
I want to add database capability to this system to locally store data and retrieve it later.
Other than communicating via Winsocks to a routine in the firewalled computer that locally reads and writes to the table, then relays the data back, is there any other smarter way to access data on the table via the same ports as I already use?
I visualised some sort of mirror setup where a blank table in my computer mirrored the data in the other computer?
Currently I can only connect to this computer and exchange data between two special applications written by me on a fixed IP address, subnet, gateway and a small fixed range of ports only used by me.
This is a special data monitoring thing in our Government's central computer system and direct file access is barred for security reasons so I can't connect by remote in the usual way to a .mdb in the other computer.
I want to add database capability to this system to locally store data and retrieve it later.
Other than communicating via Winsocks to a routine in the firewalled computer that locally reads and writes to the table, then relays the data back, is there any other smarter way to access data on the table via the same ports as I already use?
I visualised some sort of mirror setup where a blank table in my computer mirrored the data in the other computer?