Hi Gurus,
I am Currently using different ADODB drivers to read data from XLSX, CSV files, Are there any drivers that supports both CSV and XLSX type of files.
Sorry about the delayed response. The issue was due to not closing the previous ADODB connection. Once I closed it & opened new connection with ACE OLEDB it worked.
strSQL = " SELECT distinct replace(replace([a.email], '@YAHOO.COM', ''), '.', ' ') from [DAST_MEMBER$] a, [BEEHIVE$] b where a.email = b.email and a.email is not null"