Re: S.O.D.A. database Query API - call for comments
From: Lee Fesperman <firstsql_at_ix.netcom.com>
Date: Sat, 21 Jul 2001 17:59:34 GMT
Message-ID: <3AEA1B84.3525_at_ix.netcom.com>
Date: Sat, 21 Jul 2001 17:59:34 GMT
Message-ID: <3AEA1B84.3525_at_ix.netcom.com>
Carl Rosenberger wrote:
>
> we are working on an API to query databases.
>
> Some points we would like to achieve:
> ...
> - String queries do not have to be parsed by database engines.
> Advantages:
> - improved performance
> - reduced overhead and less resource consumption
> - less sources of error
> - less implementation work for db developers
> - Objects use less resources in code than strings. They can be compiled.
Hmm, there some real advantages to queries in string form:
+ easy to build using standard facilities
+ usually the most compact form for network transport
+ portable to multiple DBMSs
+ human readable.
I'll think of more later.
-- Lee Fesperman, FFE Software, Inc. (http://www.firstsql.com) =================================================================== * Check out Database Debunkings (http://www.firstsql.com/dbdebunk/) * "The Forum Where Database Matters Are Set Straight"Received on Sat Jul 21 2001 - 19:59:34 CEST
