I'm having trouble making my Execute SQL Task work. My connection type is ODBC and I connect to Netezza. My SQL Statement works...I ran it in Aginity against Netezza server. The problem I'm having is setting a variables value to the result of the query which I was able to do with an OLE DB connection.
Right now, I have ResultSet set to Single Row (Just like how i had it for OLE DB) and in the Result Set tab I haveResult Name set to 1 (because I heard that's what you do when you are working with and ODBC connection) and myvariable name is the variable that I want mapped (User::TheFirstDate) which is of typeDateTime and my query returns a type Date
When I run this, the error I'm getting is this: An error occurred while assigning a value to variable "TheFirstDate": "Optional feature not implemented"
Any help would be greatly appreciated!