ConnectionString failure W7 x64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi. i need a solution for my problem :
I have one pc with W7 64b and autocad v2010 64b but i have too many PC with Xp 32b with autocad 2010 32b
so i could use for 64b W7 :
conn.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & _
NomFichier & ";" & _
"Extended Properties=""Excel 12.0;HDR=YES;"""--> error on this PC
but this PC have only office 2007 32b so i can use driver OLEDB with 64b compilation i have installed the driver for 2007 but this package have only 32b feature.
So i have dll the package office 2010 acces retr... with 64b feature. BUT i cant install it.. --> the office installed is 32b only. I need to buy the office 64b v2007 or 2010 for have the 64b feature on the driver.....
.. So i want to clear all this. The Question :
How i can create a .XLS with :
- VS2010 compil option : Any CPU
- PC on W7 64b + office 2007 32b
- PC on Xp 32b + office 2007 32b
--> I think too create a file .CSV..... Excel or other... It's annoying.
I think to create a macro directly on EXcel...
I can too create a link directly on Autocad and Excel but i dont know how.
Any idea ?