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 does executequery return in java?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
Write an sql to find all records having all numeric characters in a field ?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
Which jdbc drivers will run your program?
What are the common jdbc exceptions?
What does the jdbc resultset interface?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
Explain the life cycle of jdbc.
If you are truncated using JDBC, how can you that how much data is truncated?
What is url in jdbc connection?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What does setautocommit do?
Is jdbc a framework?