Bde.DBTables.TStoredProc.UnPrepare
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
| Unit: Bde.DBTables | |
| Parent: TStoredProc | |
Delphi
procedure UnPrepare;
C++
void __fastcall UnPrepare();
Description
Frees the resources allocated for a previously prepared stored procedure.
Call UnPrepare to free the resources allocated for a previously prepared stored procedure on the server and client sides.