Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- db_VISTA III - d_close http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   D_CLOSE

SUMMARY
   d_close()
DESCRIPTION
   Function d_close will close all open databases.All files use by the
   db_VISTA runtime are closed and all of its dynamically allocated memory
   is freed .All buffered changes made in single-use or exclusive access
   mode are written to the database files.
--------------------------------------------------------------------------
Note:
   The consistency and integrity of a database may be impaired of a single-
   user or exclusive access mode aplication which is not using transaction
   processing terminates without having first closed the database.
--------------------------------------------------------------------------

CURRENCY CHANGES
   The allocated memory used for the currency tables is freed.

RETURN CODES
   No special status codes
EXAMPLE
   main()
   {
   /* A db_VISTA application program */
   ...
   d_open("tims","s");
          .....          /* access "tims" database */
   d_close();
   }

See Also: d_open

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson