| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: approaches for embedding a data language in a general purpose language
Aloha Kakuikanu wrote:
> Marshall wrote:
>> Anyone have any opinions, pro or con, about embedded SQL?
or if tersely expressed ...
#SQL INS person &Value1 &Value2 #
Pro - allows a parser to translate from the generic form to any vendor dialect automagically, but
Con - encourages developers to fragment business logic throughout the various system layers rather than my preference of keeping as much as possible as deep as possible. ie. stored procs over embedded dynamic assembly if possible.
Cheers, Frank. Received on Wed Oct 11 2006 - 01:18:19 CDT
![]() |
![]() |