Re: How do I upload My access data base to an Mysql account
Posted by:
Nick Roper
Date: August 06, 2004 09:54AM
Hi Alex,
No problem.
Once you have converted your database to MySQL then you will need to connect the website to it. This can be done in a number of ways, but probably the most common is to use PHP on the server. The advantage of PHP over other connectivity technologies is that it is pretty much platform independent - so you can develop on one platform and deploy the production site on another. It is also easy to migrate from say a Microsoft based server to Linux. I guess at the end of the day it's down to what you feel comfortable with, but I'd go for PHP every time.
There are lots of books on the subject - 'PHP and MySQL Web Development' - ISBN 0-672-32525-X for example.
You can also use something like Dreamweaver to generate the php code for you but, if you really want to get a feel for any programming language, then there's no substitute for learning how to write the code yourself.
Let us know how you get on.
regards,
Nick
--
Nick Roper
Subject
Views
Written By
Posted
7073
August 05, 2004 03:17AM
7567
August 05, 2004 07:23AM
3239
August 06, 2004 09:30AM
Re: How do I upload My access data base to an Mysql account
3295
August 06, 2004 09:54AM
3249
August 05, 2004 06:31PM
3010
August 14, 2004 02:46AM
3987
September 26, 2004 02:22PM
2961
September 26, 2004 02:21PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.