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:Select() Method
Execute a SELECT statement
------------------------------------------------------------------------------

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

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

Returns
SELF.

Description
This method can be used to send a SELECT command to an ODBC
(SQL) server.  It expects data (a result set) to be returned,
so it simulates records and fields.

Example
// From SOURCE\OO\CLASSES\ODBC.PRG:
oSQL := WODBC{self},                         ;
oSQL:Select("select * from course"),         ;


See Also: WODBC:Init() WODBC:Execute()

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