I have a track page in html. & I also created a database using mySQL. Is it possible to connect my html page to MYSql database.
Pls help me to any other solution.
I think you can do it by using simple Ajax; check out this link;
http://w3schools.com/ajax/ajax_database.asp
Or you can do it by usinh PHP like;
<?php$con = mysql_connect("localhost","peter","abc123");if (!$con) { die('Could not connect: ' . mysql_error()); }// some code?>
http://www.activewidgets.com/grid.examples/php-mysql.html
http://www.w3schools.com/PHP/php_mysql_connect.asp
You can do that using AJAX and activex objects and if you dont want any server side technology to be involved, then its not possible and you can check these healthy threads discussing why its not possible and how its not possible as well
http://www.dynamicdrive.com/forums/archive/index.php/t-15629.html
http://www.daniweb.com/forums/thread233881.html#
refer to this site where all most database with connection string are given.
http://www.connectionstrings.com/