# | Date | Forum | Type | Thread | Post |
---|---|---|---|---|---|
3 | 29 Mar 2010 @ 10:23 PDT | Connectivity | Reply | How to mention default database when using Teradata OLEDB provider for connection(DSN LESS). | thanks. |
2 | 24 Mar 2010 @ 02:05 PDT | Connectivity | Reply | How to mention default database when using Teradata OLEDB provider for connection(DSN LESS). | it seems the string missed. here it is add name="ConnectionString" connectionString="Provider=TDOLEDB.1;User ID=YYYYY;Data Source=Server Name; Persist Security Info=false;Password=YYYYYY;" |
1 | 24 Mar 2010 @ 02:03 PDT | Connectivity | Topic | How to mention default database when using Teradata OLEDB provider for connection(DSN LESS). | Hi, I need to provide default database name in the connection string to connnect using Teradata OLEDB provider in ASP.Net. Currently I am using following String: in web.config. But ... |