User`s guide
7 Functions — Alphabetical List
7-120
close(curs)
• “Call a Stored Procedure That Returns Data”
• “Run a Custom Database Function”
Input Arguments
conn — Database connection
database connection object
Database connection, specified as a database connection object created using database.
sqlquery — SQL statement
SQL string
SQL statement, specified as an SQL string to execute.
Data Types: char
qTimeOut — Timeout value
scalar
Timeout value, specified as a scalar denoting the maximum amount of time in seconds
exec tries to execute the SQL statement, sqlquery.
Data Types: double
Name-Value Pair Arguments
Specify optional comma-separated pairs of Name,Value arguments. Name is the
argument name and Value is the corresponding value. Name must appear inside single
quotes (' '). You can specify several name and value pair arguments in any order as
Name1,Value1,...,NameN,ValueN.
Example: 'cursorType','scrollable'
'cursorType' — Cursor type
'scrollable'
Cursor type, specified as an enumerated string 'scrollable' that creates a scrollable
cursor. For details, see “Importing Data Using a Scrollable Cursor”.
Data Types: char