Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
ODBC connect to web database
Name: iso96 Date: November 23, 2006 at 08:22:41 Pacific OS: xp pro CPU/Ram: P4
Comment:
Hello,
My problem is:
I have an application which i have created that uses ODBC to connect to a ms access database. I want to place the database on my webserver therefore allowing the applicqtion to connect to the database from different locations. Anyone know how to do this?
Name: darkmatt3r Date: January 17, 2007 at 17:34:40 Pacific
Reply:
Yeah, I would use a MySQL database on the web, whcih supports ODBC and is easy to use. Most web hosts offer MySQL databases. You need to download the ODBC driver for MySQL from the MySQL website and install it on any client computers. The login and password for the remote database needs to be entered into the ODBC config before it will work. Email me at "ryan at carter dash tech dot net" for more help if needed.
===================== -If someone tries to kill you, you try to kill them right back. - Mal
Summary: That could be for a lot of reasons...If you can post some code that would narrow them down. The basic idea would be to create a datagrid, then connect to the database, run a query, and then bind the ...
Summary: I have a form that uses method="get" and then action = "post.php". I'm trying to move the data that was entered into the form from the post.php into a db i have set up on my website. I have absolute...
Summary: No. MySQL and Access are two different databases. You can, however, create an ODBC connection to the database using available PHP functionality to utilize an Access database. http://www.w3schools.com/...