Initialize

This sample demonstrates how to initialize a SQL session by calling mcosql_initialize_memory_manager() and mcoapi_initialize().

How to Run

See instructions here on how to build this and other samples on your development platform. Once built, the sample can be run from the \target\bin directory:

 
    api_sql_01_c_api_initialize
     

But it is more instructive to run it in your development environment debugger, stepping through the code.

Related Topics Link IconRelated Topics