I have this OLEDB connection string
connectionstring as string = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & _ data.toString & ";Extended Properties=""Excel 8.0;HDR=Yes;IMEX=2
I just want to know what is the meaning of
HDR and IMEX, and what are their purpose on the connection string
Thanks..