Maybe someone can enlighten me as to what network ports are used when using a vb6 recordset to query a database on another computer?
I want to be able to use a vb6 recordset to query or write to a database in another computer on a different gateway. Also see the data in a datagrid.
This works fine as long as file access is allowed in the Cisco switches (tested by entering \\IPaddress in Windows explorer and being able to see the mdb file there).
The network firewall and Cisco switches are set up (by others more knowledgeable than me) so the two computers can communicate only via their IP addresses in only a Port range 1000 to 1010 to the remote computer, any port the other way. Firewall is one way.
This means that normal database file and graphics file access is blocked (which is what they want to keep for security purposes)
Is there any way I can use another port that is not used for file access so my vb6 recordset and datagrid can open the database file? (without enabling Windows Explorer)
The firewall is one way. At the other end, it can see everything on the first computer OK because it is in a secure room so it can send back files requested on the TCPIP port.
I tried having a copy of the recordset in the other end and relaying results via commands over TCPIP but this is far too slow and cludgy.
I want to be able to use a vb6 recordset to query or write to a database in another computer on a different gateway. Also see the data in a datagrid.
This works fine as long as file access is allowed in the Cisco switches (tested by entering \\IPaddress in Windows explorer and being able to see the mdb file there).
The network firewall and Cisco switches are set up (by others more knowledgeable than me) so the two computers can communicate only via their IP addresses in only a Port range 1000 to 1010 to the remote computer, any port the other way. Firewall is one way.
This means that normal database file and graphics file access is blocked (which is what they want to keep for security purposes)
Is there any way I can use another port that is not used for file access so my vb6 recordset and datagrid can open the database file? (without enabling Windows Explorer)
The firewall is one way. At the other end, it can see everything on the first computer OK because it is in a secure room so it can send back files requested on the TCPIP port.
I tried having a copy of the recordset in the other end and relaying results via commands over TCPIP but this is far too slow and cludgy.