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 » SQL Anywhere Embedded SQL » Sample embedded SQL programs

Sample embedded SQL programs Next Page

Building the sample programs


Files to build the sample programs are supplied with the sample code.

The format of the command is as follows:

makeall {Example} {Platform} {Compiler}

The first parameter is the name of the example program that you want to compile. It is one of the following:

The second parameter is the target platform. It is one of the following:

The third parameter is the compiler to use to compile the program. The compiler can be one of:

For x64 or IA64 platform builds, you may need to set up the correct environment for compiling and linking. Here is an example that builds the dynamic cursor example for an x64 platform.

c:\x64sdk\SetEnv /XP64
makeall dcur winx64 mc