Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Examples

Once is written in C++ HelloWorld.cpp. The other one is written in native C HelloWorld_C.c.

The example programs HelloWorld.cpp and HelloWorld_C.c shows the following:

  1. How to connect to the database
  2. Execute a simple SQL statement
  3. Retrieving the result from a query

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

Building the example program
MS Windows (32 and 64 Bit)

UNIX

Testing the example program