This function is used
only in asynchronous mode, which SAS does not support. The SAS interprocess
communication library does not provide a way to interrupt a transaction
in process. SQLCancel does not cause an active statement to terminate
immediately, and it does not halt an operation that is already in
process. This function always returns SQL_SUCCESS.
|
||
A common reason for
applications to call this function is to determine whether a column
of data is a dollar amount. With SAS data sets or views, this information
is inferred from the format. For more information about SAS formats,
see Supported Data Types.
|
||
This function enables
you to use multiple calls to retrieve data from character variables.
Some applications need this functionality to access long character
variables. The extension SQL_GD_BLOCK (see SQL_GETDATA_EXTENSIONS
under SQLGetInfo) is not supported. This means that you must call
SQLExtendedFetch with a rowset size of 1.
|
||
tbl.libname NE 'MAPS' AND tbl.libname NE 'SASUSER' AND tbl.libname NE 'SASADMIN' AND tbl.libname NE 'SASHELP'The tbl name is important if you need to construct your own filter in these functions.
http://msdn2.microsoft.com/en-us/library/ms714177.aspx
.