ASA Programming Guide
Embedded SQL Programming
Sample embedded SQL programs
Files to build the sample programs are supplied with the sample code.
For Windows and NetWare operating systems, hosted on Windows operating systems, use makeall.bat to compile the sample programs.
For UNIX, use the shell script makeall.
For Windows CE, use the dcur.dsp project file for Microsoft Visual C++.
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:
CUR static cursor example
DCUR dynamic cursor example
ODBC ODBC example
The second parameter is the target platform. It is one of the following:
WINNT compile for Windows.
NETWARE compile for NetWare NLM
The third parameter is the compiler to use to compile the program. The compiler can be one of:
WC use Watcom C/C++
MC use Microsoft C
BC use Borland C