# | Date | Forum | Type | Thread | Post |
---|---|---|---|---|---|
7 | 23 Mar 2015 @ 05:02 PDT | Database | Topic | Bug in exponentiate ** operator precedence and associativity ? | Consider below query: SELECT 2**3**4 as a result teradata returns value of expression 4096. This means that provided expression was calculated in this way: //Teradata left associative (proba... |
6 | 27 Feb 2013 @ 07:03 PST | Connectivity | Topic | DECIMAL OUT parameter lost value after SP CALL when after VARCHAR IN parameter | I have strange problem. Consider below Teradata Stored Procedure: REPLACE PROCEDURE OutParam ( IN PIN VARCHAR(79), OUT POUT DECIMAL(38), OUT POUT2 DECIMAL(38) ... |
5 | 12 Jan 2012 @ 11:24 PST | Connectivity | Reply | OdbcParameter TIMESTAMP in .Net C# problem | In ODBC this is not a solution. When your parameter type is TIMESTAMP then expected DBTYPE is byte[]. This comes from ODBC specification. Passing DateTime object in param.Value leads to exce... |
4 | 12 Jan 2012 @ 06:32 PST | Connectivity | Topic | OdbcParameter TIMESTAMP in .Net C# problem | I am trying to call Stored Procedure with parameters. Procedure have two TIMESTAMP parameters for example use below one: REPLACE PROCEDURE tsTestInOut ( IN pIN TIMESTAMP, OUT pOUT ... |
3 | 02 Sep 2011 @ 03:42 PDT | Connectivity | Reply | Error 3130 Response limit exceeded. | I have the same problem, after few queries all next queries end with: [Teradata Database] [3130] Response limit exceeded. Even logout and login one more time to database from my .Net app... |
2 | 01 Jun 2011 @ 12:20 PDT | Tools | Reply | Error [3105] Dispatcher internal error: Please do not re-submit request. in .Net Client for Teradata | This exception occur only when connecting to database on linux system, when using Windows box then works ok. |
1 | 31 May 2011 @ 02:21 PDT | Tools | Topic | Error [3105] Dispatcher internal error: Please do not re-submit request. in .Net Client for Teradata | I'm facing with weird problem. I'm getting Exception [3105] Dispatcher internal error: Please do not re-submit request. in .Net Client for Teradata while trying to list all columns in particular... |