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 9 Developing Java Applications> 9.3 How to Use Java APIs

9.3.4 Closing Connections

After the data searches or data updates have finished, close the connection to Shunsaku. Use the close method to close the connection.

mark1Sample Code

ShunConnection con = new ShunConnection();
   :
con.close();

mark1Sample Codes for Studio

When using Studio, specify code similar to that shown in the above example.


Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006