Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Embedded SQL in a procedure

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Embedded SQL in a procedure

    I have an procedure in an RPG program that runs an SQL statement to return a value. My question pertains to performance. Will closing the sql cursor on each call cause a performance hit? Should I close the cursor at program termination only?
Working...
X