All Databases
Inside Mac - DAM/Ed/PPC/Slot
DBDisposeQuery
DBStartQuery
DBGetNewQuery
InitDBPack
DBKill
Using the High-Level Interface
DBDisposeQuery
Dispose of a query record and free all memory
#include <
DatabaseAccess.h
>
Data Access Manager
OSErr
DBDisposeQuery
(
query
);
QueryHandle
query
; a
handle
to the
QueryRecord
.
returns
Error Code
; 0=no error
The
DBDisposeQuery
function disposes of a
QueryRecord
and frees all the
memory that the
Data Access Manager
allocated when it created the
QueryRecord
. You should call this function after you are finished using a
QueryRecord
.
query
returns a handle to the
QueryRecord
.
Returns:
an operating system
Error Code
.
noErr (0)
QueryRecord
disposed of successfully
rcDBPackNotInited (-813) The
InitDBPack
function has not yet been called
Referenced by (3):
Using the High-Level Interface
Data Access Mgr (Inside Mac - Index)
Using the High-Level Interface (Inside Mac - DAM-Ed-PPC-Slot)