Question

I am new at doing SQL server data tools on VS 2010. However what I try do is:

  1. I have created a textfile and imported it as a flatfile
  2. I try to connect the flat file (with the green arrow) with a OLE DB but get the error:

Component OLE DB source has no inputs, or all of its inputs are already connected to other outputs. You may be able to edit the component to add new inputs to it.

Why do I get this error?

When I open the flat file a have diffrent rows and data in it, so there actually exists data :/

Was it helpful?

Solution

you need to connect to an OLE DB Destination not source

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top