Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a requirement where i need to import some data from CSV file using Microsoft Text Driver. My development environment is:-

Windows7 64 bit
Office 2007 (32 bit)

when i try to open a connection it gives me error:

[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

Is it possible to read csv file using 32 bit text driver and 64 bit application?

share|improve this question
I take it compiling 32bit code is out of the question ? – WhozCraig Dec 5 '12 at 8:34
My requirement is import data using 64 bit application and 32 bit driver. – Popeye Dec 5 '12 at 8:38
2  
Then from what I see at this answer, you're requirement isn't possible to meet without writing a custom marshaller of some kind. That the ACE drivers for both 32 and 64bit Office can't exist on the same machine is apparently a subject of much "opinion" directed at MS from a plethora of dissatisfied developers. – WhozCraig Dec 5 '12 at 8:53

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.