goaway1234
Programmer
A quick question here:
I am writing an app where I keep an OleDbConnection open for an extended period of time and use it to occasionally execute non-query sql statements. My question is: Should the OleDbCommand's that I create each time I execute some sql be disposed immediately? Is it necessary? Would it close the connection?
thanks,
Nick
I am writing an app where I keep an OleDbConnection open for an extended period of time and use it to occasionally execute non-query sql statements. My question is: Should the OleDbCommand's that I create each time I execute some sql be disposed immediately? Is it necessary? Would it close the connection?
thanks,
Nick