WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Database Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Database Discussion Forum This is the place to find help resolving those nagging questions you have about implementing and using all kinds of databases. Need help writing a query? Need an opinion on Oracle? Post here!

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-16-2008, 12:52 AM
WebProWorld New Member
 

Join Date: Jun 2008
Posts: 2
nicksterling RepRank 0
Default Suggestions for MS Access Web-based Replacement.

Our company is currently using Access 2003 to connect over ODBC to a MySQL database. We chose Access 2003 because of its use of forms. More recently, we have been looking for a solution which might centralize our process.

Instead of having to maintain 5 workstations with Access installed, we’d like to move to a web based system. Does anyone have any ideas for an Access replacement which uses a similar interface on a centralized server? Thanks!
Reply With Quote
  #2 (permalink)  
Old 07-16-2008, 10:23 AM
kgun's Avatar
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,137
kgun RepRank 3kgun RepRank 3
Default Re: Suggestions for MS Access Web-based Replacement.

Can this

Transfer data from excel/acess to a MySQL database

thread help you?
Reply With Quote
  #3 (permalink)  
Old 07-16-2008, 02:53 PM
RichAtVNS's Avatar
WebProWorld Member
 

Join Date: Jul 2003
Location: New York, USA
Posts: 83
RichAtVNS RepRank 1
Thumbs up Re: Suggestions for MS Access Web-based Replacement.

Quote:
Originally Posted by nicksterling View Post
Our company is currently using Access 2003 to connect over ODBC to a MySQL database. We chose Access 2003 because of its use of forms. More recently, we have been looking for a solution which might centralize our process.

Instead of having to maintain 5 workstations with Access installed, we’d like to move to a web based system. Does anyone have any ideas for an Access replacement which uses a similar interface on a centralized server? Thanks!
We have this solution ourselves. Save your self a huge amount of headaches rewriting the world.

Put a secure access database on either the webserver or a mount drive connected to the webserver and export your forms to asp (a tool in access already).
The only thing you will need to do is change a few configuratiions to read the right table.

You will be up and running in days. Plus if your webserver is networked in house you can all reference the original access database and forms though a simple secure mount.
If you want to use this solution just make sure your webserver only talks through the firewall or router on http,https ports. Sounds like you have a small configuration so if your using something like a linksys router thats real easy.

This means you will not have to go and rewrite the queries and forms and you can still use access simple template form builders to make your stuff.

Now if you have a perfomance issue you can always move the tables and data to any odbc complient databas (like kguns suggestion for MySQL) and then just link the tables through your master access database.

We have a multiple site with over 45,000 pages and over 2000 page views an hour running on a simple IIs server with this configuration. (the only thing we did was move all images to a separate image server to remove the heavy bandwidth taken by just delivering the images)

Have any other questions?

Last edited by RichAtVNS : 07-16-2008 at 03:01 PM.
Reply With Quote
  #4 (permalink)  
Old 07-16-2008, 03:03 PM
RichAtVNS's Avatar
WebProWorld Member
 

Join Date: Jul 2003
Location: New York, USA
Posts: 83
RichAtVNS RepRank 1
Thumbs down Re: Suggestions for MS Access Web-based Replacement.

Quote:
Originally Posted by kgun View Post
He didn't say anything about excel and this solution does not save his forms.
Reply With Quote
  #5 (permalink)  
Old 07-16-2008, 03:27 PM
kgun's Avatar
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,137
kgun RepRank 3kgun RepRank 3
Default Re: Suggestions for MS Access Web-based Replacement.

Quote:
Originally Posted by RichAtVNS View Post
Put a secure access database on either the webserver or a mount drive connected to the webserver and export your forms to asp (a tool in access already).
The only thing you will need to do is change a few configuratiions to read the right table.
Is it so difficult to do the same with Access VB embedded SQL statements and export it to PHP / MySQL forms?

Quote:
Originally Posted by RichAtVNS View Post
He didn't say anything about excel and this solution does not save his forms.
That thread was about Excel / Access.

Quote:
Originally Posted by nicksterling View Post
Our company is currently using Access 2003 to connect over ODBC to a MySQL database. We chose Access 2003 because of its use of forms. More recently, we have been looking for a solution which might centralize our process.

Instead of having to maintain 5 workstations with Access installed, we’d like to move to a web based system. Does anyone have any ideas for an Access replacement which uses a similar interface on a centralized server? Thanks!
My bolding.

OK, great if your solution solves his long term needs.
Reply With Quote
  #6 (permalink)  
Old 07-16-2008, 04:45 PM
texxs's Avatar
WebProWorld Veteran
 

Join Date: Jul 2005
Location: Somewhere in scrub of Florida
Posts: 332
texxs RepRank 0
Default Re: Suggestions for MS Access Web-based Replacement.

I do this daily. Use ASP.NET it' has special tools just for this. I would suggest you migrate all your data to one database first, or at least multiple databases of the same type. Trying to use 2 different database technologies in the same web app ids just insanely more complicated if it's even possible.

If you don't know how to write code, do not attempt this, hire a pro or buy "dummy" (no offense) software, ask us for a recommendation after you've migrated all data to one DB and will help you with that too. But we know which database you've chosen.
__________________
Take a break and watch some stupid video clips
Reply With Quote
  #7 (permalink)  
Old 07-16-2008, 05:03 PM
texxs's Avatar
WebProWorld Veteran
 

Join Date: Jul 2005
Location: Somewhere in scrub of Florida
Posts: 332
texxs RepRank 0
Default Re: Suggestions for MS Access Web-based Replacement.

BTW, none of the "Data Access Pages" included with MS Access will work for more than one computer unless you set up a "three tiered server" system. It's definitely NOT worth the effort to even research this crazy method.

And I use MS Access every day and I don't think there's any tool that "exports to asp" other the data acess pages which, again will only work on an expensive three tiered server system.

If you do find a way to make them work over the internet let us know the world wants this.

Dude did say "web based" not "LAN based" so mounting drives etc. won't do either, unless everyone who needs it is on the same network and there is a MS Server in the house as well. Then it may be a good idea to consider a local access only application.

There's no way around development when your trying to make a web application.

" . . . you can always move the tables and data to any odbc complaint database (like kguns suggestion for MySQL) and then just link the tables through your master access database. . ." This will just make your performance problems worse.

Please don't think you can just migrate data from one any odbc compliant database to another. There ARE compatibility issued (not all databases have the same datatypes).

It sounds as though RichAtVNS is using a dedicated MS web server (you can't even view what drives are attached to a machine when using a shared hosting account, much less mount a new one), and a big fat one at that. This probably isn't an option for most because of the enterprise level costs involved.

RichAtVNS: Why even do the mounted drive thing?
__________________
Take a break and watch some stupid video clips
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Database Discussion Forum


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Content-based website - Suggestions? PAUL-B Webmaster Resources Discussion Forum 5 05-27-2008 01:15 AM
Suggestions finding web based email marketers? Furlongs Marketing Strategies Discussion Forum 3 03-23-2006 09:31 AM
remote access software suggestions?? gellnsh Accessibility and Usability Forum 3 08-09-2005 07:36 PM
Any suggestions for locally based businesses? noelgiger Google Discussion Forum 4 06-08-2005 10:14 AM
Q. Why do my cluster-based shares have read-only access? WPW_Feedbot IT Discussion Forum 0 02-15-2005 03:31 PM


Search Engine Optimization by vBSEO 3.2.0