Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

WODBC:Axit() Method
Destroy an ODBC object
------------------------------------------------------------------------------

Syntax
<oSQL>:Axit()   -->   nil

Arguments
None.

Returns
NIL.

Description
This method performs any tidying up needed to destroy an ODBC
object, such as freeing SQL resources and disconnecting from a
server.

Example
// From SOURCE\OO\ODBCWBRO.PRG:
METHOD OnNCDestroy()                        ;
       INLINE ::oTable:Axit(),              ;
              super:OnNCDestroy()


See Also: WODBC:Init()

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