• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

ADODB Drivers for CSV & XLSX

Shreedhar

New Member
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.

Thanks for your time.

Much Appreciated.

Thanks and Regards,
Shreedhar
 
It should work - what is your code?

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"

Thanks Debaser..
 
Back
Top