|
|
Contents | Index
ODBC.EXECUTE
Connect to data source and perform SQL statement.
Syntax: ODBC.EXECUTE (connection.string,SQL.statement)
Reply: data.set.name (preceded by +) if successful
error string (preceded by -) if unsuccessful Connects to a data source using connection.string, and performs a query based on SQL.statement. If successful, a data set is created and its title is returned. |
|
|