Timeout Error

subhadynamicssubhadynamics Member Posts: 109
Hi All,

Iam using webservice for integrated with another Database and retrieved employee details from this database and stored in Navision Table(Emp Temp). The data retrieved from the same Emp Temp table and stored in Navision Employee Table using Store Procedure.

I need to get all information in the Employee card when i open the Form.So I have added the code in OnOpenForm() of Employee card.

EmployeeDetails.RUN; ----For Webservice
CREATE(myConnection);
myConnection.ConnectionString :=
'Driver={SQL Server};Server=Server;Database=Navision;Persist Security Info=FALSE;';
For Calling the SP

When i open the Employee card im getting the Time out Error like this

The Call to member Execute failed.Microsoft OLE DB Provider for ODBC Drivers returned the following mmessage: [Microsoft][ODBC SQL Server Driver]Timeout expired

How can i resolve the issue above issue.

Thanks

Subha
Sign In or Register to comment.