![]() | |
![]() |
| | Thread Tools | Display Modes |
#21
| |||
| |||
|
|
Tony Toews <tto... (AT) telusplanet (DOT) net> wrote innews:akkqi69sv2o4661visc9hj24sjr3o96f02 (AT) 4ax (DOT) com: On Tue, 11 Jan 2011 00:30:34 -0800 (PST), The Frog mr.frog.to.... (AT) googlemail (DOT) com> wrote: Thanks for the response. I thought about this but the problem is actually a little more subtle. What I want to ensure is that no data is fed back to the 'master' database unless the user is connected by LAN - so no VPN's, no Wireless LAN, etc... One possible means of differentiating between wired connection, WiFi and cell phone is to look at the connect speed of the device. * If 10 (unlikely), 100 or 1000 mbps then it's wired. * If not then it's not. How do you get that information? My WiFi fluctuates from 54Mbps down to 1Mbps, depending on who knows what. And badwidth is not the issue -- 802.11n can theoretically exceed 100Mbps, but you still wouldn't want to use a wireless connection running at that speed. And 10Mbps wired is perfectly satisfactory for Access/Jet/ACE (it's all we had back when I first started programming multi-user apps in Access!). However as David points out folks can have multiple devices and how do you know which Access is using? *Maybe force them to turn off all other connections. But then what if it a legitimate VPN is present? * Ah well. You might be able to figure it out with a traceroute, which will tell you which network device is being used. You'd then have to parse the output. There might be better networking utilities that would tell you more, but I don't use them often enough to know which is appropriate here. In any case, there might very well be APIs that do the same thing. -- David W. Fenton * * * * * * * * *http://www.dfenton.com/ contact via website only * *http://www.dfenton.com/DFA/ |
#22
| |||
| |||
|
|
good idea to use sharepoint? NEVER EVER EVER is sharepoint a good idea. It's too slow / propietary to be useful to anyone! |
#23
| |||
| |||
|
#24
| |||
| |||
|
#25
| |||
| |||
|
|
Aaron you are right about this, |
|
however I dont have the chance to deploy anything of that nature in my environment. I also tried an approach from Java using Tomcat as the server and an Eclispe / Netbeans RCP but was shot down by the IT group. I'm afraid I'm going to have to break the problem into smaller parts and probably handle this with a drop folder type approach for separate data 'upserting' so to speak. |
#26
| |||
| |||
|
|
The Frog <mr.frog.to.you (AT) googlemail (DOT) com> wrote in news:9bf31223-19b7-4e2e-876f-8ab01ad20819 (AT) 29g2000yqq (DOT) googlegroups.com : Aaron you are right about this, The reason ADPs work over WiFi is not because it's an ADP but because you're using a server back end (SQL Server). You would get exactly the same benefit of stability and reliability over WiFi with an MDB/ACCDB front end as long as you use a server back end. And if you choose MDB/ACCDB as your front end, you get to choose your back end, Oracle, MySQL, whatever, instead of being limited to an ADP. So, really, Aaron doesn't have an point at all, and it wouldn't be helpful in an environment in which you said Oracle is the supported database server. however I dont have the chance to deploy anything of that nature in my environment. I also tried an approach from Java using Tomcat as the server and an Eclispe / Netbeans RCP but was shot down by the IT group. I'm afraid I'm going to have to break the problem into smaller parts and probably handle this with a drop folder type approach for separate data 'upserting' so to speak. Will you have the ability to manage the Oracle database? That is, will you be given the privileges to create sprocs and views on the server in support of what you need to do? Or will you be forced to do it all from the client? Do they realize that they are spending tons of money paying you to do this when they could spend a lot less and get something that was much less complex, would take a lot less time to implement and would be much more robust? That is, do they realize that their inflexibility is almost comically penny-wise/pound foolish? -- David W. Fenton http://www.dfenton.com/ contact via website only http://www.dfenton.com/DFA/ |
#27
| |||
| |||
|
|
The Frog <mr.frog.to.... (AT) googlemail (DOT) com> wrote innews:9bf31223-19b7-4e2e-876f-8ab01ad20819 (AT) 29g2000yqq (DOT) googlegroups.com : Aaron you are right about this, The reason ADPs work over WiFi is not because it's an ADP but because you're using a server back end (SQL Server). You would get exactly the same benefit of stability and reliability over WiFi with an MDB/ACCDB front end as long as you use a server back end. And if you choose MDB/ACCDB as your front end, you get to choose your back end, Oracle, MySQL, whatever, instead of being limited to an ADP. So, really, Aaron doesn't have an point at all, and it wouldn't be helpful in an environment in which you said Oracle is the supported database server. however I dont have the chance to deploy anything of that nature in my environment. I also tried an approach from Java using Tomcat as the server and an Eclispe / Netbeans RCP but was shot down by the IT group. I'm afraid I'm going to have to break the problem into smaller parts and probably handle this with a drop folder type approach for separate data 'upserting' so to speak. Will you have the ability to manage the Oracle database? That is, will you be given the privileges to create sprocs and views on the server in support of what you need to do? Or will you be forced to do it all from the client? Do they realize that they are spending tons of money paying you to do this when they could spend a lot less and get something that was much less complex, would take a lot less time to implement and would be much more robust? That is, do they realize that their inflexibility is almost comically penny-wise/pound foolish? -- David W. Fenton * * * * * * * * *http://www.dfenton.com/ contact via website only * *http://www.dfenton.com/DFA/ |
#28
| |||
| |||
|
|
On Sat, 15 Jan 2011 09:12:06 -0800 (PST), "a a r o n . k e m p f @gmail.com [MCITP: DBA]" <aaron.ke... (AT) gmail (DOT) com> wrote: good idea to use sharepoint? NEVER EVER EVER is sharepoint a good idea. It's too slow / propietary to be useful to anyone! Umm, aren't Access and SQL Server proprietary? Tony -- Tony Toews, Microsoft Access MVP Tony's Main MS Access pages -http://www.granite.ab.ca/accsmstr.htm Tony's Microsoft Access Blog -http://msmvps.com/blogs/access/ For a convenient utility to keep your users FEs and other files * updated seehttp://www.autofeupdater.com/ |
#29
| |||
| |||
|
|
I think it must be obvious by now that I have very little respect for this department. They have to retire sometime. |
#30
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |