You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found SQLiteConnect only have close and dispose.
That means if I want to use SQL every time, I must re-instantiate a new SQLiteConnection() or keep it open all the time. Or does it automatically reopen if it’s closed every time a command is executed?
The text was updated successfully, but these errors were encountered:
I found SQLiteConnect only have close and dispose.
That means if I want to use SQL every time, I must re-instantiate a new SQLiteConnection() or keep it open all the time. Or does it automatically reopen if it’s closed every time a command is executed?
The text was updated successfully, but these errors were encountered: