Help with a OleDB connection string for excel files
问题 The problem i\'m having is that the data adapter is looking at only the first row in each column to determine the data type. In my case the first column \"SKU\" is numbers for the first 500 rows then I happen to have SKU\'s which are mixed numbers and letters. So what ends up happening is rows in the SKU column are left blank, but I still get the other information for each column row. I believe it is the connection string that controls that and with my current settings it should work, however