TMSQuery "Not in cached update mode" by useing raiserror in stored proc
Posted: Mon 31 Mar 2008 09:16
Hi!
I have a trigger on a Table1. In this trigger is a
SET NOCOUNT ON;
raiserror ('Problem with Trigger',16,1)
rows too.
By posting an insert into Table1 with TMSquery, displayed this errormassage, but after this I become "Not in cached update mode" too.
Why?
TMSQuery property CachedUpdates=false; I will not use CachedUpdates mode.
THX
Blg
Platform
Delphi 7
SQL Server 2005
SDAC 4.35
I have a trigger on a Table1. In this trigger is a
SET NOCOUNT ON;
raiserror ('Problem with Trigger',16,1)
rows too.
By posting an insert into Table1 with TMSquery, displayed this errormassage, but after this I become "Not in cached update mode" too.
Why?
TMSQuery property CachedUpdates=false; I will not use CachedUpdates mode.
THX
Blg
Platform
Delphi 7
SQL Server 2005
SDAC 4.35