If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Disbale Trigger?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-15-03, 00:36
aljubicic aljubicic is offline
Registered User
 
Join Date: Jan 2003
Location: Australia
Posts: 46
Question Disbale Trigger?

Hi All,

Could anyone help me on how to disable a trigger on a Informix Dynamic Server Database. I am writing a Visual Basic Application however I need the Application to disable an Insert and Update trigger when it writes to this table. In MS SQL 7, I can disable a trigger using "ALTER TABLE", is there anything in Informix that can do the same thing or would I need to drop it and recreate it each time??

Thanks
Anthony
Reply With Quote
  #2 (permalink)  
Old 05-15-03, 02:32
eherber eherber is offline
Registered User
 
Join Date: Aug 2002
Location: Bonn/Germany
Posts: 152
Reading the manual (SQL Syntax Guide) might sometimes
help.....

set triggers for <tablename> disabled

OR

set triggers <triggername> disabled
__________________

Best regards

Eric
--
IT-Consulting Herber
WWW: http://www.herber-consulting.de
Email: eric@herber-consulting.de

***********************************************
Download the IFMX Database-Monitor for free at:
http://www.herber-consulting.de/BusyBee
***********************************************
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On