Can we make a database connection from HTML ?
Answer Posted / vikas
No, from HTML we cannot make database connection.we can make
database connection using languges like PHP,JSP using HTML
Page as front end.
| Is This Answer Correct ? | 52 Yes | 14 No |
Post New Answer View All Answers
What is JDBC API and when do we use it?
What is the return type of class.forname() method?
Is jdbctemplate thread safe?
What is the purpose of jdbc?
What are the types of jdbc drivers that exist?
Does sql allow null values ?
How do I find jdbc version?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What are the measures to connect to the db using jdbc?
Does jdbctemplate close connection?
Does JDBC support stored procedures?
What are the advantages of using preparedstatement in java?
java based application for hospital management
Which is best database for java?
What is the difference between jdbc and odbc?