|
|
Archives of the TeradataForum
Message Posted: Thu, 10 Aug 2006 @ 09:55:37 GMT
Subj: | | Re: Inconsistent ODBC connection |
|
From: | | McCall, Glenn David |
| I'm using the Teradata ODBC driver (version 3.526.1830.0) in an asp.net web application - I've found the connection time is extremely
inconsistent. | |
One possibility is that you are listing a host in your DSN that doesn't exist.
When you define the DSN, you can enter one or more "names" for the database. This equates to IP addresses that you can use to connect to the
database. If one of these names (or addresses) is down or does not exist, then when the driver attempts to connect to it, it will have to wait for
the connection attempt to time out. It will then try the next one, which presumably has success.
I would double check the DSN definition.
Regards
Glenn Mc
| |