Home
call this everytime you plan to use a new query but don't wish to close the connection

Namespace:  SqlTools
Assembly:  SqlTools (in SqlTools.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool free()
Public Function free As Boolean
public:
bool free()

Return Value

success of function. if it returns false, check SqlTools.MySqlClass.errors for the problem

See Also