English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a Microsoft Access program, with linked tables, and various forms, queries and tables, which i want to export into a web based system
I am not a programmer and looking for a low cost solution
any thoughts ?

2007-03-31 09:42:13 · 5 answers · asked by whoknowsinlondon 1 in Computers & Internet Programming & Design

5 answers

Microsoft has tools to scale up an Access database into a SQL database, but you'll still have to recreate the interface for the web. If you have no programming experience, it will be quite a challenge. You may want to take a class or two to get started. Or, you could hire someone - this would be the easiest for you, but obviously would cost the most money.

2007-03-31 12:43:08 · answer #1 · answered by MamaBean 3 · 0 0

Importing the data into a RDBMS (e.g. MySQL) on a web server should be simple enough but reproducing the forms, queries and display code in the web based system (e.g. PHP) would take a fair amount programming knowledge.

The lowest cost solution would be to choose a platform (LAMP, ASP/MSSQL, Ruby on Rails, ... the list seems to grow by the week) and pick up a book on the subject.

You might find a CMS that does that exactly what you are looking for.

Other than that, you could always seek out a freelance programmer with experience on this sort of thing.

2007-03-31 17:29:34 · answer #2 · answered by Clear Line Web Design 1 · 0 0

you probably dont have a program, you have a MS Acess file, and the program that you are talking about can be done in the .net platform ( check asp.net ) ,there are a free tool for this ( google Microsoft Web developer express edition) and you might ( or a developer ) do a web app. You will need a server thought or some host that run under window ( there are several of those )
Good luck, any quiestion let me know, I am doing a e-commerce site at this moment using ASP.net

2007-04-01 03:16:59 · answer #3 · answered by Nestor 4 · 0 0

I would expect most modern web based systems will use MySQL or Microsoft SQL and should thus be capable of importing a database direct from Access.

Check it out with the Database Administrator.

2007-03-31 16:46:11 · answer #4 · answered by Steve B 7 · 0 1

There is no low-cost solution. You'll need to hire a programmer to recreate the system, probably using ASP.NET

2007-03-31 17:20:39 · answer #5 · answered by Kasey C 7 · 0 0

fedest.com, questions and answers