home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ukma!cs.widener.edu!eff!news.byu.edu!yvax.byu.edu!cunyvm!dlvgc
- Newsgroups: comp.databases.sybase
- Subject: Re: Calling C programs from triggers
- Message-ID: <92322.010005DLVGC@CUNYVM.BITNET>
- From: Dimitri Vulis <DLVGC@CUNYVM.BITNET>
- Date: Tuesday, 17 Nov 1992 01:00:05 EST
- References: <92315.131244U31742@uicvm.uic.edu>
- Organization: City University of New York/ University Computer Center
- Lines: 19
-
- Path:
- cunyvm!caen!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!uicvm.uic.edu!u31742
- Organization: University of Illinois at Chicago
- Date: Tuesday, 10 Nov 1992 13:12:44 CST
- From: <U31742@uicvm.uic.edu>
- Message-ID: <92315.131244U31742@uicvm.uic.edu>
- Newsgroups: comp.databases.sybase
- Subject: Calling C programs from triggers
- Lines: 7
-
- >We have sybase version 4 installed on sparc stations. Could someone tell us
- >how to call a C program, when a trigger is fired.
- While this won't work 'in general', if you're doing it from a single C
- program with DBLIB, you can have the trigger send back a message and
- have the message handler catch it and take action. (But this won't
- work if the trigger is triggered from elsewhere, of course)
-
- Dimitri
- Disclaimer: CUNY doesn't know anything about this.
-