I have a VB software service running on my desktop that is connected to a Microsoft server. When I enable the service, it connects to a remote server and provides options data (not historical, only current values). I need a VB or C++ call function written that will initialize a connection with the API that this piece of software has and then do two things:
1. keep the current active value, live in the last row of a MySQL database so that I can access it with another program and;
2. record th…
