Archive for June, 2005

Object-Relational Mapping Tool List

23rd June 2005 by eamonn No Comments

Here is a useful list of object-relational mapping tools. I am getting fed up writing Java wrappers around SQL tables. Perhaps I can find some simple tool that can help me out.

Free background music loops.

15th June 2005 by eamonn No Comments

Great. I just found this source for music loops that I can use as background for my synthesized video.

Comparison of different SQL implementations

9th June 2005 by eamonn No Comments

Comparison of different SQL implementations is a useful reference.
I am writing some SQL that I would like to work with Sqlite, Derby, and MS Access. It turns out there is more variablility than I thought. Most annoying is that autoincrment is handled differently by each.