MySQL Forums
Forum List  »  Triggers

Delimiter Statement problem
Posted by: Devaraya K
Date: March 10, 2006 05:26AM

Hi,

I am writing a trigger to insert 38 columns into a table.My trigger body is like this.
delimiter //
create trigger....

statements

end;
//
My problem is the cursor is hanging over in the delimiter statement. I am disconnecting to mysql server and again reconnecting to the server. Is there any length limitation in the delimiter statements? What could be the way?

devaraya

Options: ReplyQuote


Subject
Views
Written By
Posted
Delimiter Statement problem
5242
March 10, 2006 05:26AM
3273
March 10, 2006 10:08AM
2262
March 11, 2006 12:19AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.