Embedded SQL (AREV Specific)
At 23 JUL 1998 08:07:02PM Matt Sorrell wrote:
I was playing around with embedded SQL in a program the other day, and was amazed at how much faster the process ran than a regular R/LIST select. When I run the program in my development environment it works just great.
However, as soon as I tried to port it over to a runtime version, it started bombing out. I found the compiled SQLMOD program it needed, but it still bombs out on me. I keep an error message the SQLMOD_JUNK_PROC_M1 is not in the sysobj file. There are 3 EXEC SQL statements in my program and each one creates one of these PROC files. But I can't find them anywhere to copy over to my runtime version!!!
The manual says that they are located in a table called SQL_OBJ, but I can't find this table anywhere. Nor is there an SQLOBJ table, or any other variation.
Anybody have any ideas? I would greatly appreciate it.
Matt Sorrell