Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!uwvax!ai!beverly From: beverly@ai.cs.wisc.edu (Beverly Seavey) Newsgroups: comp.databases Subject: Use of Dynamic SQL in ESQLC Message-ID: <7670@spool.cs.wisc.edu> Date: 14 Jun 89 21:04:25 GMT Sender: news@spool.cs.wisc.edu Reply-To: beverly@ai.cs.wisc.edu (Beverly Seavey) Organization: U of Wisconsin CS Dept Lines: 13 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?