Re: By The Dawn's Normal Light

From: erk <eric.kaun_at_pnc.com>
Date: 4 Nov 2004 05:58:22 -0800
Message-ID: <1099576702.931456.55890_at_z14g2000cwz.googlegroups.com>


Kenneth Downs wrote:
> EKD EKD1 = connection.Execute("Select * from table");
> // note no statement object
> Then perhaps:
> EKD.Command("update this set some_Column = " + blah");
> EKD.Push();
> Just a bunch of junk code, but meant to demonstrate the use of SQL
locally,
> what about that? Why invent a new format for Java?

Because all the commands, and the "data objects" they operate over, are just strings. No type checking of any sort. This is Java sending strings to a separate engine; the programming language has no understanding at all of the engine, or anything that the engine understands. Not that the language should necessarily duplicate the engine, but an integration would be helpful. Received on Thu Nov 04 2004 - 14:58:22 CET

Original text of this message