What is meant by embedded SQL?
Hi,
Embedded SQL statements are embedded with in application program and are prepared during the program preparation process before the program is executed. After it is prepared, the statement itself does not change(although values of host variables specified within the statement might change).
Thanks,
Ads