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

|
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.
Sample Code
/* Close connection */
ShunDisconnect(ConH);
/* Release connection handle */
ShunFreeHandle(ConH); |
All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006