News

There a number of pure Java SQL database systems develolpers can embed into applications. In this tip we introduce two open source projects, HSQLDB and Apache Derby.
Here's a real puzzler..I am making a database call (select query) to an Oracle database. When I iterate through the result set, it stops and waits after processing the last item in the result set ...