[comp.databases] Use of Dynamic SQL in ESQLC

beverly@ai.cs.wisc.edu (Beverly Seavey) (06/15/89)

  I am trying to write a program for Embedded SQL, C. The only manual
  we have available is for version 6.0, but the version that we have
  mounted is Release 5.0/06(vax.vmx/04). I want to be able to create
  a table dynamically and insert into it. Our preprocessor complains about the
  keyword IMMEDIATE in the line:

  EXECUTE IMMEDIATE.....

  Do I need to #include an SQLDA? I am not doing any dynamicly phrased
  selects.

  Or is it the case that this is not supported in this version?