# | Date | Where | Item | Comment |
6 | 14 Jun 2016 @ 04:33 PDT | Tools | Teradata Python Module | Thanks for your help. That worked. But took a few minute to write the exact required code, which is here
import teradata
import re
class DB():
def __init__(self):
udaExec... |
5 | 12 Jun 2016 @ 09:51 PDT | Tools | Teradata Python Module | I am trying to fetch table ddl with the help of SHOW TABLE statement and it behaves weird and only returns a few words out of whole DDL. Please see my attempt and error below
import tera... |
4 | 12 Jun 2016 @ 11:25 PDT | Tools | Teradata Python Module | Got the answer to my question here http://stackoverflow.com/questions/37777512/teradata-python-module-cursor-result-set-is-exhausted-after-one-iteration/37777540#37777540
|
3 | 12 Jun 2016 @ 11:11 PDT | Tools | Teradata Python Module |
I am executing a query and I want to iterate over the result set several times. The problem is that if i iterate over the result set once, I can't do it again. Looks like the result set is e... |
2 | 27 Jul 2014 @ 04:10 PDT | Extensibility | How to Create and Debug a Java XSP using Eclipse | Can an XSP do the following
1- write/read to/from a file
2- execute an OS command
Thanks
|
1 | 27 Jul 2014 @ 02:54 PDT | Extensibility | How to Create and Debug a Java XSP using Eclipse | That was very infomative and detailed article. Great effort to put all the pieces together. Thanks for sharing
|
|
|