Has anyone thought about extending the existing SQL Methods to support parameterised methods? Eg INSERT INTO foo ( cola, colb, colc ) VALUES ( :1, :2, :3 ) and providing attributes in the method to supply :1, :2, :3 &c. In databases which cache parsed SQL, this makes an enormous difference in performance... Anthony