Call for an API standard for SQL statements
From: Fredrik Bertilsson <fredrik_bertilsson_at_passagen.se>
Date: 19 Oct 2004 21:36:01 -0700
Message-ID: <31f7e57d.0410192036.32b78175_at_posting.google.com>
It does not seem to exists any standard for how to define SQL statements in a object oriented API. Currently different products have completely different syntax. Until such standard exists, people can always argue that it safer to type SQL statements directly as strings in the application source code. But there are many situations there an application framework need to know how the statements is built up, not just that it is a stream of characters.
Date: 19 Oct 2004 21:36:01 -0700
Message-ID: <31f7e57d.0410192036.32b78175_at_posting.google.com>
It does not seem to exists any standard for how to define SQL statements in a object oriented API. Currently different products have completely different syntax. Until such standard exists, people can always argue that it safer to type SQL statements directly as strings in the application source code. But there are many situations there an application framework need to know how the statements is built up, not just that it is a stream of characters.
Is it someone here interested to try to make a draft for such standard?
Fredrik Bertilsson
http://butler.sourceforge.net
Received on Wed Oct 20 2004 - 06:36:01 CEST
