Hi, I am trying to execute a stored procedure from Visual Studio 2012 using the .Net drivers. I am connecting thru LDAP, the character set is UTF8, session mode is ANSI.
In Teradata studio, after running
help procedure xxx.xxxx attributes;
I can see Character set = UTF8 ; platform is UNIX, collation is ASCII, transaction semantics is ANSI.
I can't set the TMODE In ADO connectin string.
There are no parameters, just using Sqlstatement call xxx.samplesp()
With isQuery storedprocedure set to true, no resultset, sqlsourcetpye direct.
It jsut returns with [5510] Invalid session mode for procedure execution. Have tried a few settings
Any ideas please?
Forums: