Hi, Thank you for the information. We already (currently) use ECS for XML generation, but since we use queries for Oracle I might like a look at your ECS extension if I can.
Is it anywhere for download, or could you please attach it to a mail (maybe DIRECTLY to me as the mailing list is not for attachments, is it ?;) Thanks, Werner Keil Senior Developer Global Risk Management ERSTE BANK OE419 / Werner Keil / -16575 -----Urspr�ngliche Nachricht----- Von: Jon Scott Stevens [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 06. Mai 2002 23:41 An: ecs-dev Betreff: Re: Simple SQL generation based upon ECS on 5/6/02 2:35 PM, "michel rodriguez" <[EMAIL PROTECTED]> wrote: > Hi > > I coded a simple, Oracle orientated SQL subset of classes, upon ECS. > Very far from jdo. I needed for a dynamic SQL query tool project at > work. > > It looks like that > > query = new SQLQuery() > .addElement(new SQLSelectElement("field1",alias1") > .addElement(new SQLFromElement("table1","tab1") > ... > ---> SELECT field1 AS alias1 FROM table1 tab1 ... > > and so on > > I could clean it up and make it Turbine Compliant if there is an > interest to commit it into ECS. > > Tell me what do you think about it Why not just use Torque? -jon -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
