Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX -
Contents Index PreviousNext

Part 2 Developing Applications by APIs> Chapter 11 Developing C Applications> 11.2 How to Use C APIs

11.2.4 Closing Connections

After the data searches or data updates have finished, close the connection to Shunsaku. To close the connection, execute the ShunDisconnect function and then release the connection handle.

mark1Sample Code

/* Close connection */
ShunDisconnect(ConH);

/* Release connection handle */
ShunFreeHandle(ConH);

Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006