Link to home
Start Free TrialLog in
Avatar of rprp1234
rprp1234

asked on

MSAcess in Linux

Hi
Is it possible to have an MS-Access in a linux Red Hat server.


pls reply
Avatar of tzanger
tzanger

That depends on what you mean by "have an MS-Access."

MicroSoft Access is a Windows-only program.  In order to run it under Linux you will have to either use emulators such as Win4Lin or VMWare, or you can try to run it with a free product known as WINE.

From personal experience, Win4Lin or VMWare *will* work.  Win4Lin works by faking out Windows into believing that it is on its own computer.  I use it because it is much faster than VMWare (and cheaper).  VMWare emulates an entire machine (not just the parts Windows cares about) and is therefore a little slower, but it will run Windows software flawlessly.

WINE works a little differently.  the WINE programmers are trying to replace the Windows APIs one at a time and are doing quite a good job of it.  Some programs (and games) work perfectly under WINE, but a lot of MicroSoft-based software (Office, Internet Explorer, etc.) don't work well or not at all.

Now, if you want the FUNCTIONALITY of Access (especially forms and so on) under Linux, try ReKall from thekompany.com.
ASKER CERTIFIED SOLUTION
Avatar of lewisg
lewisg
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Yes; lewisg is correct; you can have your mbd files on a samba share somewhere and it works great; we serve up hundred-mb mbd files without issue.

There is another option that we're moving towards: installing PostgreSQL (www.postgresql.org) and then the Postgres ODBC driver on Access; you get the best of both worlds with this -- you are storing your data in a fast, popular and supported ACID-compliant database and you can get all the fun stuff that Access provides in a familiar interface.
Force Accepted

SpideyMod
Community Support Moderator @Experts Exchange