|
|
Archives of the TeradataForum
Message Posted: Tue, 08 May 2001 @ 08:51:02 GMT
Subj: | | Re: OLE DB and ADO |
|
From: | | David Wellman |
Mats,
I haven't used ADO yet, but when using a 'pure' ODBC connection, you have the capability of telling the ncr teradata odbc driver that
the query should run asynchronously. This can either be set up via the odbc administrator - i.e. set up for all queries on the odbc dsn -
or it can be enabled per query so that your application has control over whether or not each query runs async. This seems to be what you're
looking for.
Dave
| |