I'm trying to import some tables via a very old ODBC Driver (FairCom c-tree) and I can't get the wizard in SQL 2012 Express to work. I've been using the OdbcConnection.GetSchema Method to match up against the ProviderDescriptors.xml file however there seems to be no ORDINAL_POSITION value in the schema. Is there anyway to get past this? I can preview the data fine but get an error about the ORDINAL_POSITION and am told to go and fix up the ProviderDescriptors.xml file.
Thanks.