Latest News
Free online network utilities - traceroute, nslookup, automatic whois lookup, ping, finger
Posted by AlPoza
on
29.6.05
, under |
comentarios (0)
Finding Information on the Internet: A Tutorial
Posted by AlPoza
on
4.6.05
, under |
comentarios (0)
Finding Information on the Internet: A Tutorial
http://www.lib.berkeley.edu/TeachingLib/Guides/Internet/FindInfo.html
http://www.lib.berkeley.edu/TeachingLib/Guides/Internet/SearchEngines.html
Cerrar resultSet antes de PreparedStatemetns
Posted by AlPoza
on
2.6.05
, under |
comentarios (0)
dev2dev Online: "Leaks are application dependent, not driver dependent.
The new driver is 100% completely different than the old driver you were
using. Zero code in common. Regarding the 'already-closed' exception,
check your code. If you close a statement before it's resultset, that
can cause the issue. The spec says closing the statement will automatically
close the result set. The spec says the behavior of a result set that is
already closed is undefined, so closing it again could get you that
exception."