473,569 Members | 2,601 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What are the recommended requirements for using Jet on a Wireless Network?

107 Recognized Expert New Member
I have a database that does not work on the client's wireless network. It works fine on a wired connection. Have others found that Access on wireless doesn't work properly? Or has someone found a solution to this problem?

I've done some searching and got some indication that MS Access/JET shouldn't be run on a wireless network. Apparently if the connection breaks for even a split second there is a chance of database corruption.

At the same time I haven't found a really official source that says JET on wireless is not supported.

Is there a way to configure, reasonably easy I hope, a connection to an mdb on a wireless network such that it will be stable?
Dec 16 '10 #1
6 1501
Delerna
1,134 Recognized Expert Top Contributor
There is no reason why the the database won't run over a wireless network that I can think of. I think there is some other reason why it's not running on your clients computer.

To prove that, try connecting the clients computer to a wired network and if the db still doesn't work then it is not the wireless network.

What does "doesnt work properly" mean anyway?
I took it to mean that it is not working because that is what you said in the first sentence.

But then you follow up with "doesnt work properly"
Dec 17 '10 #2
Steven Kogan
107 Recognized Expert New Member
It works on wired perfectly.

When it is on wireless it may work for a minute or so, and then it is as if it got disconnected from the network.

Nevertheless, the computer still has a wireless connection, only the mdb doesn't work.
Dec 17 '10 #3
munkee
374 Contributor
Hmmm there are quite a few "potential" issues you could be having with this. Ensure you have some error handling within your vba code in the database and it will likely spew out some form of error when you are saying "not working".

Wireless networks are only really dangerous due to the way packets of information are sent and received. There can be times where records are being held in your computers memory, being edited and ready to send back over the network and you get a dropped connection or some lost packets across the wireless transmission. This is really dangerous for access databases as you effectively can end up with half of a record on one side of the connection and half on the other. Resulting in what is ultimately, database corruption.

However, aside from that dependent on where the back end of your database is held (I am assuming you have it split here) I know whenever our works computers are taken off a hard wire and switched to wireless we lose connection to a number of shared drives/servers. In order to use the databases correctly you have to sync back with these to ensure they are mapped and connected to before being able to work in the database.

The only other issue I can see is if there is some form of switch from a LAN to a WAN giving the impression of a "broken" database when infact it is just a very very very constricted connection resulting in super slow loading of the db, but without any error messages I wouldnt be looking down this route yet.
Dec 17 '10 #4
NeoPa
32,564 Recognized Expert Moderator MVP
This is a problem. Wireless networking, by its very nature, is less stable than a wired one. The latter being reliably connected all the time, while the former is continually updating its status, all the way through from good connection down to none in worse cases.

The problem with Access and their databases is that they are designed to require constant access. ANY network failure, regardless of how soon the network is working again, can cause catastrophic results and corrupt a database. This is not true of almost everything else on PCs today. They are designed to handle such temporary disconnections robustly, and usually in such a way that the operator is never even aware of them.

Basically with Access, never allow the network to die while a project is running. Even for an instant. This is extremely hard to guarantee using a wireless network.
Dec 18 '10 #5
Steven Kogan
107 Recognized Expert New Member
Thanks for your replies.

When Googling I haven't found posts on someone who had fixed this issue (other than going wired), nor have I found much information on people having problems with Access on a wireless connection. I was hoping there was a trick to make Access work more reliably in a wireless environment.

I haven't been able to recreate the error on Friday, and it seemed there was less network traffic on that day. When the failure happens again I'll take better notes on what error message comes up.
Dec 18 '10 #6
NeoPa
32,564 Recognized Expert Moderator MVP
Steven Kogan:
I was hoping there was a trick to make Access work more reliably in a wireless environment.
Unfortunately, as the issue is inherent within the package itself, rather than specific to your project, I'm not sure what can be done here. I suppose there is always the possibility that some types of activities within a project are more susceptible than others to this problem, but fundamentally it's in the design of Access itself, and I doubt there's too much that can be done about that from a user (or designer even) perspective.
Dec 18 '10 #7

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

Similar topics

8
2052
by: Debbie | last post by:
Thank you for any help you can give me. I have a database that I've been working on... a backend for the server and front ends for the users. Now I've found out that the network is wireless and that wireless & Access don't get along... I have been reading what I could find in this group... but I would like to clarify. The users have Windows...
4
1756
by: Al | last post by:
Hi, Although my application perform nicely in wired network, the performance in wireless network is very bad (I have tested in 802.11b). Would appreciate if anyone could suggest how I can improve the performance in the wireless network. Any one has tried running application in 802.11b vs 802.11g? I am developing it using vb.net, ado.net and SQL...
3
1970
by: mfleet1973 | last post by:
Hello Again. I have a program that sends e-mails as follows: Try Dim mail As New MailMessage mail.To = "me@comp.com" mail.From = "me@comp.com mail.Subject = "Test" mail.Body = "Testing123"
0
1248
by: Miguel | last post by:
Hi, I'm trying to connect to an specific wireless network that I have on my available networks list. I would like to find the way to do it programatically, which means that I could be able to connect whenever I want to a connection that I know before. ( I just want to simulate the "Connect" buttons that can be found in Windows' network...
0
2675
by: justsome_newbie | last post by:
Hello all, I was hoping one of you experts could help me. I'm trying to find a way to connect to a specific (I only have one) wireless network and then disconnect from it. Basically, I don't want to be constantly connected to the web, but only when I need to be, like when I open firefox or ie. I figured this would be a simple program, but I...
11
2387
by: birchw | last post by:
Hi, I was wondering what the best way is to secure a wireless network - on my network I have employed mac address filtering and 128 bit WEP encryption... but I've heard a lot of stories that WEP is quite easy to hack, and WPA is better? I look forward to a reply. Thanks.
3
1441
by: The Frog | last post by:
Hi everyone, Does anyone know how to place a set of WEP or WPA keys into the registry(?) programmatically. I have an application (idea) that I am testing to connect temporarily to a wireless network, then disconnect again - and remove / delete the keys. I am trying to remove all footprint from the environment / application when the...
1
3189
by: Nefrit | last post by:
OK this is my situation: This coming Friday I will be getting Telewest broadband installed in my house, along with my PC there are 3 other PC's and 1 Laptop, making a total of 5 all using Windows. We are hoping to set up a wired/wireless network after the broadband arrives so we can all use the internet at the same time (the broadband...
2
1221
by: =?Utf-8?B?bWFyZWs=?= | last post by:
Hi I have this problem. I want to use my web serivce in the wireless network where connection is open but users have to log into the network via the web browser to use it. So there is redirectiopn into the login page and than the proper web service is open. My question is how can I configure the network or code the client to use the web...
0
1172
by: Soulz | last post by:
Hi i need to do a project that connect to a desired wireless network in visual basic 2008. Currently i need to select manually from the wireless network list outside the vb program first the network i want to connect. can the visual basic 2008 auto connect to the desired network when start up?
0
7701
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7924
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7979
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6284
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5514
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3643
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2115
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1223
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
940
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.