Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Call for an API standard for SQL statements

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@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 Tue Oct 19 2004 - 23:36:01 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US