INFORMIX
IBM Informix Embedded SQLJ User's Guide
Chapter 1: Introducing IBM Informix Embedded SQLJ
Contents Index

Embedded SQLJ Versus JDBC

Embedded SQLJ does not support dynamic SQL; you must use the JDBC API if you want to use dynamic SQL. Your Embedded SQLJ program can call the JDBC API to perform a dynamic operation (the SQLJ connection-context object that you use to connect an Embedded SQLJ program to the database contains a JDBC Connection object that you can use to create JDBC statement objects).

If you are using static SQL, Embedded SQLJ provides the following advantages:




IBM Informix Embedded SQLJ User's Guide, Version 1.0
Copyright © 1999, IBM Corporation. All rights reserved.