Reputation: 1
I have a lot of paradox files (*.db), i want to automatize the transfer of data containing on these files to sql server, with ado net source it works, but foreach loop doesn't.
I have configured the Foreach Loop Enumerator to use an enumerator type of Foreach ADO.NET Schema Rowset. The error it throws is
The new connection, Paradox, is not an OLE DB connection so it can not be used by the schema rowset enumerator and therefore, will not be added to the connections list
i tried ole db source but it doesn't work. foreach loop needs an ole db source, but when i use ole db source it doesn't read the file prompting an error. is there a way to work with foreach loop using ado net source? some help, if you please. Thank you.
Is there a way to work with foreach loop using ado net source?
During execution, I receive the following error
Opening a rowset for "VD010120" failed. Check that the object exists in the database.
Upvotes: 0
Views: 314