Strange GPF in 3.80.0.35
Posted: Mon 22 Jan 2007 16:14
Hi
I'm using the latest SDAC with the kbmMW middleware.
I have a simple stored procedure that I am trying to call.
If I call this using SDAC components directly it executes fine. If I try this using kbmMW it fails. Now - don't just push me over to C4D because if I put a TMSSQLMonitor component on the same data module as the TMSConnection then the stored procedure will execute correctly.
The line it fails on is the Check below
procedure TOLEDBConnection.Commit;
begin
if FITransactionLocal nil then
Check(ITransaction(FITransactionLocal).Commit(False{WAR may be troubles with server cursors}, XACTTC_SYNC, 0));
end;
With an exception of ntdll.RtlConvertUlongToInteger
Thanks in advance
Richard
I'm using the latest SDAC with the kbmMW middleware.
I have a simple stored procedure that I am trying to call.
If I call this using SDAC components directly it executes fine. If I try this using kbmMW it fails. Now - don't just push me over to C4D because if I put a TMSSQLMonitor component on the same data module as the TMSConnection then the stored procedure will execute correctly.
The line it fails on is the Check below
procedure TOLEDBConnection.Commit;
begin
if FITransactionLocal nil then
Check(ITransaction(FITransactionLocal).Commit(False{WAR may be troubles with server cursors}, XACTTC_SYNC, 0));
end;
With an exception of ntdll.RtlConvertUlongToInteger
Thanks in advance
Richard