![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
How do I find out which program or process invoked the trigger? I would like to trap an error condition and report which culprit perpretrated the offense. I tried @HSTMT but that compiles but generates an improper data type error at run time. |
#3
| |||
| |||
|
|
Try something like: IF @LOGNAME="ME" THEN DEBUG Replace ME with your login name and test, test, test. "denis" <denis.cheltenham (AT) hotmail (DOT) com> wrote in message news:1161218352.665443.101530 (AT) i42g2000cwa (DOT) googlegroups.com... How do I find out which program or process invoked the trigger? I would like to trap an error condition and report which culprit perpretrated the offense. I tried @HSTMT but that compiles but generates an improper data type error at run time. |
#4
| |||
| |||
|
|
How do I find out which program or process invoked the trigger? I would like to trap an error condition and report which culprit perpretrated the offense. I tried @HSTMT but that compiles but generates an improper data type error at run time. |
#5
| |||
| |||
|
|
How do I find out which program or process invoked the trigger? I would like to trap an error condition and report which culprit perpretrated the offense. I tried @HSTMT but that compiles but generates an improper data type error at run time. |
#6
| |||
| |||
|
|
How do I find out which program or process invoked the trigger? I would like to trap an error condition and report which culprit perpretrated the offense. I tried @HSTMT but that compiles but generates an improper data type error at run time. |
#7
| |||
| |||
|
|
How do I find out which program or process invoked the trigger? I would like to trap an error condition and report which culprit perpretrated the offense. I tried @HSTMT but that compiles but generates an improper data type error at run time. |
#8
| |||
| |||
|
|
denis wrote: How do I find out which program or process invoked the trigger? I would like to trap an error condition and report which culprit perpretrated the offense. I tried @HSTMT but that compiles but generates an improper data type error at run time. SYSTEM(9001) will give the program tree |
![]() |
| Thread Tools | |
| Display Modes | |
| |