jameswang2015

Results 4 comments of jameswang2015

Hi, I run the following code: `import teradata udaExec = teradata.UdaExec (appName="HelloWorld", version="1.0", logConsole=False) session = udaExec.connect(method="odbc", system="xxxxxx", username="xxxx", password="xxxxx");` and get this error: InterfaceError: ('DRIVER_NOT_FOUND', "No driver found for...

This has been resolved when I install the ODBC driver. Thanks.

Thanks @escheie. Any guideline to install Teradata ODBC driver? I can google it but if you have something concrete I can just simply follow and make it work. Thanks

Ok, I downloaded and installed ODBC driver and it works now! Now my question or concern is more security issue: Is that safe to put user name and password in...