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
How do you determine the sensitivity of the ResultSet object?
What is executequery in java?
What is the difference between jdbc and jndi?
What is the fastest type of JDBC driver?
What are the main steps in java to make JDBC connectivity?
What is a statement in java?
What is the role of jdbc drivermanager class?
Differentiate between stored procedure and functions?
What is resultset?
How you restrict a user to cut and paste from the html page using java programing?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
Why hibernate is better than jdbc?
Explain the life cycle of jdbc.
Explain how data flows from view to db and reverse
What is the reason why we need a jdbcrowset like the wrapper around resultset?