One problem I've had has been to do with ODBC connection data maintenance in Turbo Integrator
I have a database control cube which contains info about my particular database- ie server name, database name, user id and password and I reference this throughout my TI code so in the event of a database migration or change (a DBA I work with seems to have a mania for changing passwords

It works well in the code but because TI uses these details in the data source tab if those details change the statement fails (well duh!) but it also means you can eradicate your variable mappings in the variables tab if you aren't careful- it still means that for the TI's to be maintainable by someone less experienced they would have to be updated manually everytime there is a DB change.
my question is are there any undocumented functions for mapping the variables in code? that way I could leave the data source and variables tabs empty and do it all in code.
I suspect not but there a lot of more knowledgeable people here