Access as a Front-End

Q

QB

I am wanting to use either MySQL or SQL Server as a back-end to a MS Access
front-end. Furthermore, I need to be able to use this front-end over a
Wireless router. I know that by default MS Access does not leand itself to
wireless connections but have been told it can be done if changes are made...?

Can someone give me a little guidance on the matter. Perhaps refer a good
article or site that covers this subject to get me going in the right
direction.

Thank you,

QB
 
A

Arvin Meyer [MVP]

In the 18 years that I have been working with Access, I have helped clients
fix 8 data corruptions. The first was a machine left on and unplugged, the
second an interrupted phone line during a replication, I have no idea what
the cause of the third was, and the last 5 were on WiFi connections. Do you
see a pattern? If a record is in edit mode, and a connection is interrupted,
there's a chance you will corrupt a database.

If you must use WiFi, or the Internet use a terminal services connection. Do
not believe that mySQL or SQL-Server won't corrupt, they will, and sometimes
much worse than Access. BUT, in the case of SQL-Server, there are redundancy
measures (backup and transaction logs) which make the corruptions easier to
fix. mySQL also has some robustness, but not the level of SQL-Server. A
Terminal Server makes the risk of corruption negligible.

So search for WinConnect, Citrix, MS-Terminal Server,
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.accessmvp.com
http://www.mvps.org/access
Co-author: "Access 2010 Solutions", published by Wiley
 
S

sandypeter111

QB;3742142 said:
I am wanting to use either MySQL or SQL Server as a back-end to a M
Access
front-end. Furthermore, I need to be able to use this front-end over a
Wireless router. I know that by default MS Access does not leand itsel
to
wireless connections but have been told it can be done if changes ar
made...?

Can someone give me a little guidance on the matter. Perhaps refer
good
article or site that covers this subject to get me going in the right
direction.

Thank you,

QB

The aim is to fix problems and all concerns as to who makes the hardwar
or software. Expect more. IT support Los Angeles and small busines
consulting offers premier small business computer consulting and manage
IT services paired with easy access to computer sales and orde
management via online computer stores and help centers.

============================
http://www.project-drive.net
 
Q

QB

I was lead to believe that the issue with access problem with interruption
was related to JET and that by 'switching' it could be 'fixed' (poor on the
terminology I am just looking into the matter). Is this true? Is there
another option rather than JET? Or is it just as sensitive to network
interuptions?

In this case, terminal services and CITRIX are both noth an option.

Thank you for your input, it is greatly appreciated.

QB
 
D

David W. Fenton

The first was a machine left on and unplugged, the
second an interrupted phone line during a replication, I have no
idea what the cause of the third was, and the last 5 were on WiFi
connections.

In the replication case, had indirect replication been used instead
of direct, the dropped call would not have corrupted anything at
all.
 
D

David W. Fenton

I was lead to believe that the issue with access problem with
interruption was related to JET and that by 'switching' it could
be 'fixed' (poor on the terminology I am just looking into the
matter). Is this true? Is there another option rather than JET?
Or is it just as sensitive to network interuptions?

In this case, terminal services and CITRIX are both noth an
option.

Well, switching to a server back end *will* protect you from data
corruptions due to dropped WiFi connections.

But Arvin's point is that there is no guarantee of no corruption at
all, even with server-based database engines.

The advantage of a Terminal Server/Citrix solution is that you don't
have to alter your application at all for it to work, whereas
upsizing to a SQL Server or MySQL back end requires a lot of testing
and some degree of revision to work efficiently (substantially more
for a WAN/WiFi connection than it would on a LAN, where it often
requires very little change).
 
A

a a r o n . k e m p f

if you want to use wireless, then you cannot use Jet.. Don't listen to
these idiots around here making excuses

move to Access Data Projects and SQL Server

it's a great combination, it allows you to keep your existing
investment in forms / reports
 
A

a a r o n . k e m p f

WOW THAT IS ****ING PRECIOUS. You're saying that SQL Server doesn't
support TCP/IP?

re: SQL-Server won't corrupt, they will, and sometimes
much worse than Access.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top