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.
Can I use db2text command in DB2 trigger, stored procedure, function
Can I use db2text command in DB2 trigger, stored procedure, function. I want to update db2 full text index use command db2text "update index ??? for text", my question is can I use this command in trigger, stored procedure or function??? angelchencn@hotmail.com
No you cannot. You can only execute SQL commands in those and Functions and Triggers have a limited set they can execute. Please consult the SQL REference manual to see what is allowed.