Home > Back-end >  Delphi call a stored procedure returns a cursor, how close the cursor
Delphi call a stored procedure returns a cursor, how close the cursor

Time:10-18

As title, is similar to the following cursor

PROCEDURE GET_LEDTITLE (P_RESULT OUT P_CURSOR) IS
The BEGIN
The OPEN P_RESULT FOR
SELECT the CONTENT FROM TIMELY_MESSAGE WHERE MESS_TYPE='LED the title;
The END;
  • Related