Forum: VB.NET May 7th, 2008 |
| Replies: 7 Views: 1,790 First off, you don't need to use the statement With Me because it's redundant.
Second, in an If statement there's only need for (in my oppinion) one Else.
As the If statement is for checking... |
Forum: VB.NET May 6th, 2008 |
| Replies: 1 Views: 864 I would try to limit the amount of data for each query.
Using the reader in order to populate some kind of repository do take a long time.
The way the reader works is that it only reads one line of... |