Hello,
I've got a functioning ODBC connection that allows me to execute a single select statement on Teradata. If I add another statement to the batch, it goes wrong. I don't think there is teradata version of 'SET NOCOUNT ON' so I'm now thinking that I will need to:
1. Write some VBA that...