I think he means embedded SQL as in COBOL and some C compilers.
EXEC SQL
SELECT *
into rec.a, rec.b, rec.c
from mytable
where condition=true
END EXEC
There is a Pascal precompiler with Firebird for doing embedded SQL. It is extremely uncommon in the Delphi world, and Java has followed a similar model to the one that Delphi created, so embedded SQL is not necessarily going to be around very long outside of the mainframe world.
Main Topics
Browse All Topics





by: Moroni24Posted on 2003-11-04 at 13:33:37ID: 9682288
Can you explain you question a bit further?