Once email is verified, we will review and approve the account.
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
Hi there,, , Can anyone tell me how to check for a string length in a trigger (BEFORE INSERT). Something like this. It should be simple but i cannot find anything about this in (online)help., , CREATE TRIGGER check_user_length FOR INLOGGEN, BEFORE INSERT AS, BEGIN, IF LENGTH(name) > 15) THEN EXCEPTION wrong_user_length;, END, , Thanks!