I have a textfiel source where it is connected to oledb destination using success path. i have added another oledbConnection but my firstone hasnt got the success path to link them, it only shows the error one.
I assume that you want to add multiple destinations. In data flow you can have only one success path from a source component. But you can use a multi cast transform in between your source and destination to add more than one destinations. Hope this solved your problem.