What is the version of Teradata ODBC Driver are you using ?
16-bit drivers are quite old for Teradata and it could be possible for IBM also. Try getting 32-bit drivers.....
am assuming that u r trying to submit a stored procedure.
u cannot perform SELECT in sp. u need to have SELECT INTO.
Try referencing manual provided by Teradata.
These manual are also available on www.ncr.com
Through PMON u can check if any sql is still executing.
Check through show locks if any locks are there.
Check through Qryman the progress of the session.
If the session character set is UTF8 then the client is telling Teradata that it wants to insert UTF8 characters. So it is necessary that the data sent to the database is of the UTF8 format. Need to convert in this case as the driver offers no translation to UTF8 character data to be finally...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.