Normal
When you are performing an iterative process, you should encase the iteration with the using statement.I'm sorry if I gave the impression that each access should have it's own connection. That's not what I meant at all.What I am saying is that you should not connect at the beginning of an application and leave the connection open until you log off or close the application .
When you are performing an iterative process, you should encase the iteration with the using statement.
I'm sorry if I gave the impression that each access should have it's own connection. That's not what I meant at all.
What I am saying is that you should not connect at the beginning of an application and leave the connection open until you log off or close the application .