Home page  
Help >
ddlClose() / ddlCloseR() - close database
Version 7.11
ddlClose() / ddlCloseR() - close database ddlClose() / ddlCloseR() - close database

Prototype:

   void ddlClose(
      CONTROL *ctl);
  
   void ddlCloseR(
      CONTROL *ctl);

Description:
Close an open database. If ddlClose() is called when there is no open database, it will return
with no error code.

It is essential to close an open database before exiting an application in order to avoid loss of data
and a down database.

Remarks:
ddlClose() actually consists of two calls to ddlCloseR() and ddlEnd()

Values returned in Control.Status:

Copyright © 2019 , WhamTech, Inc.  All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change without notice. Names may be trademarks of their respective owners.