Microsoft KB Archive/42628

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 19:23, 12 August 2020 by X010 (talk | contribs) (X010 moved page Microsoft KB Archive/Q42628 to Microsoft KB Archive/42628 without leaving a redirect: Text replacement - "Microsoft KB Archive/Q" to "Microsoft KB Archive/")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

INF: Using Built-In Functions with Triggers ID Number: Q42628

1.10 1.11 4.20 OS/2

Summary:

A trigger cannot execute C routines directly, but a trigger can call stored procedures as subroutines. In SQL Server version 4.2, a trigger can call a remote stored procedure; therefore, it is possible to execute a C routine as an RPC via Open Data Services (ODS). One of the sample applications included with ODS does just that.

Additional reference words: Triggers, rules, stored procedures