Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » Using SQL in Applications

Using SQL in Applications Next Page

Executing SQL statements in applications


The way you include SQL statements in your application depends on the application development tool and programming interface you use.

For more detailed information on how to include SQL in your application, see your development tool documentation. If you are using ODBC or JDBC, consult the software development kit for those interfaces.

Applications inside the database server

In many ways, stored procedures and triggers act as applications or parts of applications running inside the database server. You can use many of the techniques here in stored procedures also.

For more information about stored procedures and triggers, see Using Procedures, Triggers, and Batches.

Java classes in the database can use the JDBC interface in the same way as Java applications outside the server. This chapter discusses some aspects of JDBC. For more information about using JDBC, see SQL Anywhere JDBC API.