M
m.posseth
To all ,,,
with VS.Net 2005 you can not access a Access database when this runs on a
64 bit system ( when compiled in CPU type anny or X64 )
i feel that MS should include a 64 bit Oledb driver , maybe if a lot of us
complain about this missing driver we encourage them to create one
http://lab.msdn.microsoft.com/productfeedback/
No i can not switch to SQL Express and yes i know i can avoid this problem
by compiling to x86 mode and so forcing the framework into WOW modus
however i would like it if i could deploy my app in anny cpu type modus (
for the rest it runs perfect on 64 bit systems )
Also tried to put the Access stuff in a seperate assembly but it is not
getting fooled by this, the program will then not even start , so the only
scenario i can think of is creating a remoting component (thus a app that
handles the db traffic and marshall the data to the 64 bit app ) but this
will give so much overhead that i could better run my complete proggy 32 bit
Really wish there was a good alternative for Access but there isn`t ,,,,,,
( if you want to deploy your data secured , with a small footprint , that
also runs on win 9.x )
regards
Michel Posseth [MCP]
with VS.Net 2005 you can not access a Access database when this runs on a
64 bit system ( when compiled in CPU type anny or X64 )
i feel that MS should include a 64 bit Oledb driver , maybe if a lot of us
complain about this missing driver we encourage them to create one
http://lab.msdn.microsoft.com/productfeedback/
No i can not switch to SQL Express and yes i know i can avoid this problem
by compiling to x86 mode and so forcing the framework into WOW modus
however i would like it if i could deploy my app in anny cpu type modus (
for the rest it runs perfect on 64 bit systems )
Also tried to put the Access stuff in a seperate assembly but it is not
getting fooled by this, the program will then not even start , so the only
scenario i can think of is creating a remoting component (thus a app that
handles the db traffic and marshall the data to the 64 bit app ) but this
will give so much overhead that i could better run my complete proggy 32 bit
Really wish there was a good alternative for Access but there isn`t ,,,,,,
( if you want to deploy your data secured , with a small footprint , that
also runs on win 9.x )
regards
Michel Posseth [MCP]