Hi, I am pretty new to Package Configuration, here what i am trying to acheive (sorry for the bad English it is not my native langagues). I got a package which is pretty simple it use a VB script to declare Global Variable , after that it goes to an Oledb connection which use a query that get information from a database and after that put them in a Flat File Destination. Here my problem I'm doing this for a compagnie and i dont want to change all the time the path for the file and and the connection String for the DataBase. I want them to update automaticly by just setting up a Configuration Manager Object. The problem is i dont really understand how it work. Right now its doing the complete opposite of what i wanna do it take the connection string of my oledb connection and put it in a Table, but what i want it to do is take the connection of my customer and puts it in the oledb Connection Source like dinamicly and the same thing with the flat file destination. I just want it to get the information from a Table and set it up automaticly.
I Hope i was clear enough thanks for response. Help me please