Hello all
I get the following error in Delphi trying to run an Sql Stored Procedure. Components used to connect are ASTAClientSocket & AstaClientDataSet
[ASTA SERVER ERROR]DB-Library Error 10038: Attempt to initiate a new SQL Server operation with results pending. Process stopped.Use step or run to continue.
The procedure inserts values from a Table Incident_Master into table #Temp_Incident. The temp table has an identity key,increased by 1 and all its fields allow Nulls. When I run the procedure through SQL values are returned. The error occurs in Delphi, obviously run for th same criteria.
The error is NOT due to 2 identical records though as I've tried changing the criteria for a single return.
Your assistance would be greatly appreciated!!
Regards
I get the following error in Delphi trying to run an Sql Stored Procedure. Components used to connect are ASTAClientSocket & AstaClientDataSet
[ASTA SERVER ERROR]DB-Library Error 10038: Attempt to initiate a new SQL Server operation with results pending. Process stopped.Use step or run to continue.
The procedure inserts values from a Table Incident_Master into table #Temp_Incident. The temp table has an identity key,increased by 1 and all its fields allow Nulls. When I run the procedure through SQL values are returned. The error occurs in Delphi, obviously run for th same criteria.
The error is NOT due to 2 identical records though as I've tried changing the criteria for a single return.
Your assistance would be greatly appreciated!!
Regards