The example programs HelloWorld.cpp and HelloWorld_C.c shows the following:
You will find all files neccessary for build the helloWorld example here.
This and other example programs are located in your SQLDBC SDK document tree under sdk/sqldbc/doc/examples
cd C:\Program Files\sdb\programs\sdk\sqldbc\doc\examples\HelloWorld
nmake SQLDBCSDK="C:\Program Files\sdb\programs" -f Makefile.nmake
UNIX
cd /opt/sdb/programs/sdk/sqldbc/doc/examples/HelloWorld
<os> := linux | linuxIa64 | sun | hpux | hpIa64 | dec | aix
For LINUX call:
make SQLDBCSDK="/opt/sdb/programs" linux
HelloWorld MONA RED HOTELDB
Sucessfull connected to HOTELDB as user MONA
Hello world