When should I call Close on connection? #1346
Replies: 1 comment
-
Logged as a ticket here #1347 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am setting up the connection as
Do I need to call
conn.Close()
afterconn.Exec
?Do I need to call
conn.Close()
afterconn.Select
?Do I need to call
conn.Close()
afterconn.QueryRow().ScanStruct()
?Beta Was this translation helpful? Give feedback.
All reactions