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
How to set NULL values in JDBC PreparedStatement?
What is jdbc thin client?
What is the return type of class.forname() method?
How does jdbc driver work?
What is jdbc databasemetadata interface?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What are JDBC Best Practices?
How MS-Access DB can be accessed over a network, using JDBC API?
What is the role of the jdbc drivermanager class?
What are the steps involved in establishing a connection using jdbc in java?
How can we retrieve data from the resultset?
What is connection commit?
What is difference between statement and preparedstatement in jdbc?
What is database deadlock ?
What are restrictions on triggers?