Progress
Embedded SQL-92
Guide and Reference
Embedded SQL Precompiler ESQLC
The ESQL precompiler ESQLC is a tool for building a database application in the Progress SQL-92 development environment. The ESQL precompiler translates embedded SQL statements into host language statements that include ESQL library calls. The output is a C Language program. You use one or more C programs to build an application program executable.
These are the general steps involved in building an ESQL program executable:
- Develop ESQL source programs.
- Use the ESQL precompiler to precompile each of the ESQL programs that constitute an application and generate the corresponding C source file.
- Use a standard C compiler to create the object file(s) from the C source file(s).
- Link the object files with the ESQL libraries to build the application executable.
NOTE: For more information on the ESQL precompiler see Using the ESQLC Command."
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |