I have a very big problem. I got a data block in Forms 6i and i need manipulate it with stored procedures. The problem is that forms tells that i need a Lock Stored Procedure. I don't know what code in there. Can you help me? Thanks...
I assume from this you have a block that is based on a stored procedure. If this is so you have to code all the DML yourself within the procedure, including a procedure to lock the table or rows. You then set the Lock Procedure... set of properties at the block level to point to your lock procedure.
Within this proc you can issue a LOCK TABLE command to lock the entire table, or use FOR UPDATE to lock individual rows for example.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.