| Home | How To | Online Documentation | Support | Download | Order |
|
|
void DestroyParams(
); Destroys all parameters associated with the specified command. RemarksDestroyParams method destroys all parameters either created automatically by the Library or by user. Normally you should not create and delete parameters by yourself. The Library automatically detects whether the command has parameters, implicitly creates a set of SAParam objects and then deletes them in SACommanddestructor. But if you have some reason to create parameters explicitly use CreateParam method and then call DestroyParams method to delete all parameters after your work with parameters is over. Server specific notesNo specific information. See alsoSAParam, SADataType_t, SAParamDirType_t Problems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com. |
|||||||||||||||||||