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

Home -> Community -> Usenet -> c.d.o.tools -> Dynamic SQL

Dynamic SQL

From: Neil <NEILJ_at_concentric.net>
Date: 1997/04/15
Message-ID: <3352FDFA.5A0B@concentric.net>#1/1

Currently I'm in the process of designing a COBOL program to interface with an Oracle Database. I'm looking at simply retrieving the data from the tables via relatively simple SELECT statements. However, I was trying to compare the differences between static Embedded SQL statements and Dynamic SQL statements. From what I have read, I realize that Dynamic SQL provides open ended flexibility in the program that I am writing, however if I know all the possible queries that I can run, what benefit would I get from using Dynamic SQL. In addition, are there any performance issues that I should be aware of when comparing static Embedded SQL and Dynamic SQL. Received on Tue Apr 15 1997 - 00:00:00 CDT

Original text of this message

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