Re: Excel import with x64 machine
- From: DC <dc@xxxxxxxxx>
- Date: 11 May 2007 01:07:19 -0700
Thanks for the hints and sorry for an additional stupid question (I
don't know much about x64 architecture...): I guess when the app is
run in 32 Bit mode, it will also behave like it was run under Win32
and not address more than 2GB? That is no option then, since the
ability to use huge amounts of RAM is why the app was ported to x64 in
the first place.
I could not have been that hard to at least "bridge" the 64 Bit OleDB
Drivers to the 32 Bit OleDB Drivers (or ODBC drivers). This makes me
wonder how much dedication MS spents to x64 systems.
I will look for other solutions like write a litte 32 Bit Program that
only executes the Jet Imports (and communicates with the 64 Bit
somehow and I don't know how other than exchanging files) or have SQL
Server import the Excel data to a temp table, but it is a pity that
this is necessary. My app is a windows service, I wonder how deep the
porting issues would possibly be if I had to work with graphics and
printer drivers.
Regards
DC
On 10 Mai, 18:18, "Mark Rae" <m...@xxxxxxxxxxxxxxxxx> wrote:
"Nicholas Paldino [.NET/C# MVP]" <m...@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
messagenews:%23DeKp2xkHHA.1624@xxxxxxxxxxxxxxxxxxxxxxx
Have you thought about running your app in 32 bit compatability mode? This
might be your only option.
I had a similar problem recently with Jet rather than Excel, but the
principle is the same...
As I understand it, there are no 64-bit OleDb drivers for anything other
than SQL Server - therefore, it's not possible to write 64-bit apps which
interface with databases in this way...
In the end I had no choice but to force the app to compile in 32-bit after
which, of course, everything was fine...
.
- Follow-Ups:
- Re: Excel import with x64 machine
- From: Willy Denoyette [MVP]
- Re: Excel import with x64 machine
- From: Mark Rae
- Re: Excel import with x64 machine
- References:
- Excel import with x64 machine
- From: DC
- Re: Excel import with x64 machine
- From: Nicholas Paldino [.NET/C# MVP]
- Re: Excel import with x64 machine
- From: Mark Rae
- Excel import with x64 machine
- Prev by Date: Re: Trouble with ShowDialog
- Next by Date: Re: How to use generics?
- Previous by thread: Re: Excel import with x64 machine
- Next by thread: Re: Excel import with x64 machine
- Index(es):
Relevant Pages
|