TheWarnster
Mar 14th, 2001, 05:01 AM
O.K. here is the scenario.
I have a client/server based application that uses a VB6 front end a VB6 ActiveX DLL in MTS as a buisness layer and a SQL 7 database using Stored procedures to access the data.
This all works fine on a local area network.
We are currently trying to roll this out on a WAN. the WAN uses ISDN lines and routers to route the machines on to the LAN.
When trying to run the application. it generates an error on the Buisness layer/MTS server.
The error is reported in the Event Viewer.
The error relates to the class that calls the stored procedure via an ODBC DSN. The strange things is the error is saying that one of the parameters for the stored procedure, passed by the client, is not there.
The parameters are passed by the client via a ADOR recordset. Its as if the recordset is empty when it gets to the server although it is deffinetly populated before the remote call.
Any help would be appreciated!
I have a client/server based application that uses a VB6 front end a VB6 ActiveX DLL in MTS as a buisness layer and a SQL 7 database using Stored procedures to access the data.
This all works fine on a local area network.
We are currently trying to roll this out on a WAN. the WAN uses ISDN lines and routers to route the machines on to the LAN.
When trying to run the application. it generates an error on the Buisness layer/MTS server.
The error is reported in the Event Viewer.
The error relates to the class that calls the stored procedure via an ODBC DSN. The strange things is the error is saying that one of the parameters for the stored procedure, passed by the client, is not there.
The parameters are passed by the client via a ADOR recordset. Its as if the recordset is empty when it gets to the server although it is deffinetly populated before the remote call.
Any help would be appreciated!