0
Connection html page
How we connect html page to sql server
1 Answer
+ 2
You can't connect html page to sql server. To connect with SQL server you need to use some server side programming language like Java.
Using JSON or Ajax you can access data from database and display on html page.