database - Can multiple queries be issued in same connection? -


can issue multiple queries in same connection or need issue them 1 query per connection ?

all database api's i've seen support multiple queries in same connection. in fact, it's practice keep connection around if have more queries soon.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

c# - Json.Net Serialize String from URI -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -