Avatar of Hankwembo Christopher,FCCA,FZICA,CIA,MAAT,B.A.Sc
Hankwembo Christopher,FCCA,FZICA,CIA,MAAT,B.A.Sc
Flag for Zambia asked on

How to deploy MS Access 32 BIT with SQL server to office 64 BIT

Hi

Through the advice from this plat form I have moved all the ms access tables to Ms Sql server express with some amendments of course on the sub forms and data type which were a problem, I avoided the pass through queries due to some challenges on updating. So I'm using the less DSN File and ODBC 17 which is working fine and the speed is no different with Ms Access Back-end:

Deployment:

(1) I want to deploy this application to a client outside our network, this mean there will be a new server to host the tables, now correct me if I,m wrong here:

(a) I will download an MS Sql Server Express on a nominated computer to act as a server where all other 50 work stations will be linked
(b) On the 50 work station I will install the same ODBC 17 and MS Access runtime 2016 if no full license available
(c)  The ODBC connection string  will now change or I will replace my computer name currently showing to the new computer or server name.  After that before logging out I will compile the application to accde, I know after make an accde it may want to log in, but at this point I expect to fail because of the change to host computer, but when I install it to one of the work station mentioned above I expect it to located the correct server at that point.
(d) Anything else?

MS Access 64 Vs 32

Here I have serious problems most of my clients are now shifting 64 BIT office , now I understand there is a code out there that can allow a 32 BIT written application to run on a 64 BIT Ms Access , kindly help me here.

Regards

Chris
Microsoft AccessMicrosoft SQL ServerSQL

Avatar of undefined
Last Comment
Daniel Pineault

8/22/2022 - Mon
Gustav Brock

Unless you have API calls, there is no difference in VBA between 32- and 64-bit Access.
Daniel Pineault

Look over

Access x32 vs x64 Compatibility


Important things to note:
  • ActiveX controls become an issue, this is why it is best to avoid them altogether
  • Compiled versions (accdes) need to be create on the version specific version of Access
  • APIs need to be adapted for 64 bit or use Conditional Compiler Directives so it can run on both bitnesses
Hankwembo Christopher,FCCA,FZICA,CIA,MAAT,B.A.Sc

ASKER
What about the deployment procedures above? Is it okay?
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
ASKER CERTIFIED SOLUTION
Gustav Brock

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Daniel Pineault

Regarding deploying your front-end to your end-users, you may like to read MS Access – Deploying Your Database Front-End to Your Users