|
|
Archives of the TeradataForum
Message Posted: Tue, 16 Sep 2003 @ 23:19:53 GMT
Subj: | | Re: Sending Account String via ODBC |
|
From: | | Greene, Thomas L |
| Does anyone know if it's possible to pass the account string information to Teradata via an ODBC connection?. If yes, what is the
syntax. | |
The connection string I give the SQLDriverConnect function looks like the following:
"UID=dummy_user;PWD=dummy_pass; ACCOUNT=$H1$; DATABASE=testing123;"
(This account runs in the high priority performance group in resource partition 1.)
| |