How can i create many sql select connections for the same DB without error

i have 3 sql select icons (select from the same DB) first icon select an id this id flows in two other sql select icons see attachment please (i added open and close DB connection.)

when i start the Pipeline i get an Error:

No statements may be issued when any streaming result sets are open and in use on a given connection. Ensure that you have called .close() on any active streaming result sets before attempting more queries.:


When i add neu open and closeDB icons in this Pipeline branch and set the connection Separate Connection to TRUE do i loose resource (stay the connection open, when the Pipeline terminated) ?