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:Execute() Method
Send a statement to the server for execution
------------------------------------------------------------------------------

Syntax
<oSQL>:Execute( <cStmt> )   -->   SELF

Arguments
<cStmt> is a string specifying the SQL statement to be
executed.

Returns
SELF.

Description
This method can be used to send commands to an ODBC (SQL)
server.  It does not expect any data (a result set) to be
returned, so it does not simulate records or fields.

Example


See Also: WODBC:Init() WODBC:Select()

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