The SQLite database is a wildly successful and ubiquitous software package that is mostly unknown to the larger IT community. Designed and coded by Dr. Richard Hipp, the third major revision of SQLite ...
The indexes on a the tables of a large database make a huge difference in its performance and utility. Without an index, locating a single record in a large table can take several seconds; with the ...
I am working on an application that uses oracle 10XE as the backend database. I created my tables a while ago, and have since then been coding a bunch of JDBC stuff to talk to it. Yesterday, I finally ...