frm error [message #54547] |
Thu, 21 November 2002 03:42 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ssa
Messages: 8 Registered: November 2002
|
Junior Member |
|
|
i have developed a form which is usefull to change the user password, and the users details also stored in a table called users, so in the block(usr) i am using this table. and written a trigger called WHEN-BUTTON-PRESSED
DECLARE
A NUMBER;
BEGIN
A:=DBMS_SQL.OPEN_CURSOR;
DBMS_SQL.PARSE(A,'ALTER USER usr.id identified by usr.newpass',1);
DBMS_SQL.CLOSE_CURSOR(A);
END;
when the button pressed it giving error,
"FRM-40735:WHEN BUTTON PRESSED trigger raised unhandled exception ORA-00922"
please any body can help it is vrey urgent, i will be greate full to u.
with best regards
|
|
|
|
Re: frm error [message #54626 is a reply to message #54550] |
Sun, 24 November 2002 01:52 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
ssa
Messages: 8 Registered: November 2002
|
Junior Member |
|
|
Thank q for help, but it is not working and itis giving error when trigger is complied.
can u explain what is native dynamic sql, and how it is work.
hope u feel free to exaplain.
thank q
|
|
|