I am trying to copy data from a DBIntegrator ODBC source into SQL Server using the Import Wizard.When I select a table on the Source list and click on <Edit Mappings...> , I get an error message saying column attribute "ORDINAL_POSITION" is not valid and asking me to check ProviderDescriptors.xml.I have tried changing the value of OrdinalPositionColumnName to "ORDINAL", "ORDINALPOSITION", "POSITION", "ID" and "INDEX" to no avail.Does anyone know how I can find the correct value for the column ordinal position in my data source?I have tried running Windbg and attaching it to the wizard, but there is nothing in the locals window. I don't know enough about Windbg to get the information I need.
↧