Can we make a database connection from HTML ?
Answer Posted / ganga
no we cant make database connection with HTML.
But we can transfer data by using XML
| Is This Answer Correct ? | 21 Yes | 6 No |
Post New Answer View All Answers
What is the role of the jdbc drivermanager class?
Explain different types of locks in jdbc?
What causes no suitable driver error?
What is the feature of jdbc v4?
What are the steps involved in establishing a connection using jdbc in java?
How many rowset are available in jdbc?
Explain the main method?
How many jdbc driver types are there?
What is two-phase commit in the database?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What is resultset in jdbc with example?
What are the different types of JDBC drivers?
What does setautocommit do?
Result set’s index starts with 0 or 1?
What is the difference between setmaxrows(int) and setfetchsize(int)?