Forum: VB.NET May 7th, 2008 |
| Replies: 7 Views: 1,767 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: 862 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... |
Forum: JavaScript / DHTML / AJAX Dec 12th, 2007 |
| Replies: 10 Views: 5,513 If the database was to be openly accessible *shudder*, albeit with a username and password.
Then you can most likely access the database with javascript and odbc (jdbc?).
If that is the case then... |