473,396 Members | 2,029 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,396 software developers and data experts.

Running a 32 bit database on a 64 bit machine

I have a database I originally created on a 32 bit machine, which needs the front end updating, but my computer is 64 bit, and so therefore none of the code runs. However, I don't want to convert the database to 64 bit if I can help it, as all the machines it will be running on are 32 bit, I just need to edit it. All are running Access 2010, and windows 7.

Is there any way of editing it on my computer? Or will converting it to a 64 bit database still allow it to work on the 32 bit machines?
Feb 26 '13 #1
13 69099
zmbd
5,501 Expert Mod 4TB
Once you convert to 64bit the file will not be usable on the 32bit PC.
You need to check which version of MS Access you are using, and which "bit" version.

At Work: Windows 7 - 64bit - Enterprise with 32bit version of MS Access/Office-2010. The files I create and run here on the work PC, run just fine on my home PC running under WindowsXP-MCE-SP3 using MS Access/Office-2010-32bit.
Feb 26 '13 #2
TheSmileyCoder
2,322 Expert Mod 2GB
First note that 64 bit machines can (and quite often do) run 32 bit Office. In fact I believe it is the recommended practice to install 32 bit office. It is actually the default.

With that said, you can edit a 32 bit version of an access db if your office installation is 32 bit. It does not matter if your windows installation is 64 bit. If you use API calls it gets slightly more complicated as some of these API calls will have to be fixed to use the 64 bit equivalents of the API.

Hope that helps.
Feb 26 '13 #3
Access 64 bit is already installed on my PC, Could I install a 32 bit version on my machine?
Feb 26 '13 #5
TheSmileyCoder
2,322 Expert Mod 2GB
From what I have read elsewhere, Office as a package can only be installed as either 32 or 64 bit.

I don't have much experience with virtual machines, but maybe that could be an avenue to persue, since you presumably already have the windows and office license.
Feb 26 '13 #6
I'll try and look into the virtual machine idea. Its bizzare, I've created databases on my 64 bit machine which work fine on other computers, which I'd always assumed to be 32 bit, and I've never had an issue until now with a 64 bit or 32 bit machine (in fact, I'm pretty sure the machine that I originally created it on was 64 bit, although the install of Access must have been 32).

Why can't everything just work?!
Feb 26 '13 #7
zmbd
5,501 Expert Mod 4TB
Please read the links I gave you in post #4
Here is also one means
HOWEVER
The exact method for installing Office to a VM will depend entirely upon what software you are using...
I'd also recomend that you have like, really, monster level equipment or Office will run like a slug on a hot sidewalk:
Virtualizing Microsoft Office 2010

and a trade mag/e-zine: How can you run Office 2010 32-bit and 64-bit on the one machine?
Feb 26 '13 #8
Fortunately I've just discovered my spare machine, despite being 64 bit, has a 32 bit access install. Which is helpful.
Feb 27 '13 #9
neelsfer
547 512MB
This gave me nightmares, but its working fine now. I luckily also have a spare 64bit windows OS system pc. I take the Access accdb file created on the 32 bit, and then "compile" the accdb file on the Windows 64 bit pc with Access to Accde. It works great. Also check in the Regional settings that the date/time shown as HHMMSS, is changed to lower casings hhmmss, as this seems to create a problem coming from 32bit or Access 2007 to Access 2010. This fixed my dates on the 64bit system in the application, when i "compile" it.
Feb 28 '13 #10
zmbd
5,501 Expert Mod 4TB
Yes, you can usually take 32bit projects to a 64bit and recompile; however, as I said earlier and also within the links I posted, once the project is taken the 64bit version, it will not run on a 32bit install.
Feb 28 '13 #11
Brief experience: moving from 32 (Access 2007) to 64 Access 2016 NOT seamless. We experimented, and eventually took user group advice to stay at 32 bit 2016 . If Microsoft wanted us to upgrade to 64 bit Office 2016 they would have had 64 bit as the default on installation!
Mar 26 '18 #12
TheSmileyCoder
2,322 Expert Mod 2GB
64 bit is going to be the recommendation going forward, and probably will also be the default choice soon.
Mar 26 '18 #13
NeoPa
32,556 Expert Mod 16PB
That doesn't necessarily mean any migration will be straightforward though. Not even that it will always be possible.
Mar 26 '18 #14

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Todd Bright | last post by:
I have a Windows service that I wrote in C#. It uses a form in another thread to keep it running because we needed some user interface activity. When the service is running the machine will NOT...
29
by: pb648174 | last post by:
I have a very long transaction that runs on the same database that other users need to use for existing data. I don't care if they see data from the transaction before it is done and am only using...
0
by: Jeff Leckrone | last post by:
Hi. I am running a replicated Access 2003 database on our Windows terminal server. I put the copies on the network so that the users that need to access them can see them. When they opened their...
1
by: Stinky Pete | last post by:
Hi, I've got two users needing to look at the same database, but both are running differnent versions of access. One is running running Win 98 / Access 97 and the other is running Win XP /...
2
by: Gershon | last post by:
I have an ASP.NET/C# web application running against a SQL Server database using ADO.NET. Whenever there is a long-running database query, the web application hangs until the database query is...
2
by: Nans | last post by:
One basic ASP.NET database issue…. I have a c# app running on a iis6 on one win2k3 adv servermachine & database on other win2k server machine…(in the same domain) Using windows authentication in...
0
by: sameer | last post by:
Environment: OS of sql server 2000 server: windows 2003 standard server , .NEt framework 1.1 , sql server does not have any service pack, machine has the latest Windows service pack. Personal...
3
by: axaya | last post by:
How can I transfer an online MS SQL Database with all data to a local machine MS SQL server. I am using Import Export Tool provided by MS SQL Enterprise manager but the referential integraity breaks...
0
by: peter palus | last post by:
Hi, I have a problem, how to cancel a running oracle-query. The situation: The user can type in a form, which kind of information he wants to now e.g. articletext like 'abc%'. This information...
0
by: DUG | last post by:
There is a server in a remote location. We receive a full .bak of this database to restore on our server, where we use the data for a seperate purpose. The .BAK file is almost 3GB - zipped! They...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.