Can we make a database connection from HTML ?
Answer Posted / pritam chatterjee
No,as using HTML we design the front-end of the web page or
client side.To access database we have to use server side
scripting like PHP using MySQL,ASP with SQL,JSP with ACCESS etc.
| Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
java based application for hospital management
When do we get java.sql.SQLException: No suitable driver found?
How to move the cursor in scrollable resultset ?
Does JDBC support stored procedures?
What are the different types of JDBC drivers?
Is jdbc a web technology?
What is the purpose of jdbc resultset interface?
What are the different types of statements? How we can you use preparedstatement.
Is possible to open a connection to a database with exclusive mode with JDBC?
Why do we need jdbc driver?
What are the different types of lockings in jdbc?
What is an SQL Locator?
What is jdbc thin client?
Why do we use jdbc statements?
How a database driver can be loaded with jdbc 4.0 / java 6?