473,378 Members | 1,387 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

arghhh 64 bit Access oledb struggle

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]
Dec 4 '05 #1
3 1303
Hi,

I agree with you. There should either be 64 bit odbc drivers or
the classes should automatically use the 32 bit ones. I submitted this
suggestion a while ago.

http://lab.msdn.microsoft.com/produc...0-d25b58ce8ae8

Ken Tucker
--------------------

"m.posseth" wrote:
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]

Dec 4 '05 #2

Well i feel that more people should raise there voice and make MS clear that
this is a verry important issue for a good and quick migration path to
programs that can be compiled with the anny CPU option on ( wich is my
goal ) however as long as other developers do not see the need of the 64 bit
platform i guess we are allone in the dessert ... :-(

i hope we wake same of them up in time before it is to late .......
regards

Michel Posseth


"Ken Tucker [MVP]" <Ke**********@discussions.microsoft.com> wrote in message
news:4D**********************************@microsof t.com...
Hi,

I agree with you. There should either be 64 bit odbc drivers or
the classes should automatically use the 32 bit ones. I submitted this
suggestion a while ago.

http://lab.msdn.microsoft.com/produc...0-d25b58ce8ae8

Ken Tucker
--------------------

"m.posseth" wrote:
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]

Dec 5 '05 #3
after some thinking ,, and as i feel that this is a verry important issume
for me and future people who want to write 64 bit compatible programs , i
decided to sent Steve B an e-mail regarding this , i wonder what the
reponse will be :-)

Met him once at a conference where he said that we ( developers ) could
always send him an e-mail , well i believe he is a man of his words

regards

Michel Posseth

"Ken Tucker [MVP]" <Ke**********@discussions.microsoft.com> wrote in message
news:4D**********************************@microsof t.com...
Hi,

I agree with you. There should either be 64 bit odbc drivers or
the classes should automatically use the 32 bit ones. I submitted this
suggestion a while ago.

http://lab.msdn.microsoft.com/produc...0-d25b58ce8ae8

Ken Tucker
--------------------

"m.posseth" wrote:
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]

Dec 5 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Wolfgang Kaml | last post by:
Hello All, I have been working on this for almost a week now and I haven't anything up my sleeves anymore that I could test in addition or change.... Since I am not sure, if this is a Windows...
1
by: David | last post by:
Hi everyone. I have read every page that Google returns on this topic, but can't find anything that resolves my problem. Basically, I have an Access Database that does a number of different...
0
by: TheCoder | last post by:
I am making a D-base with web conectivity for my class project. I have everything working but the subit button sends the data to the correct fields but afterwards it wants to reproduce new blank...
1
by: Abareblue | last post by:
I have no clue on how to insert a record into access. here is the whole thing using System; using System.Drawing; using System.Collections; using System.ComponentModel;
11
by: CM Manager via DotNetMonster.com | last post by:
I am very frustrated due to this exception error I am receiving. I've tried searching numerous user support groups, Microsoft Support Net, Google, etc. and haven't found exactly my situation....
22
by: Bob and Sharon Hiller | last post by:
I have an ASP page that was done in VBScript It is setup to read an Access database and I need to change it to read a Sql 2005 Database. The code that is used to open the Access Database: Set...
5
by: Jeff Richardson | last post by:
I am creating a web service that returns data from an Access 2000 database using VS2005. The Access database is located on a different server than where the web service is running. The Access...
9
by: Wayne Smith | last post by:
I've come up against a major headache that I can't seem to find a solution for but I'm sure there must be a workaround and I would really be grateful of any help. I'm currently building a web...
5
by: Peter | last post by:
Hi, i've got an older Access program, which is written in the version 2000 and i'd like to use it with my new office 2007, so access 2007. In the program, there is an replication written with...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.