Can we make a database connection from HTML ?
Answer Posted / anand
No. HTML is client side only. Its parsed at the client end.
The server side scripting languages are used to deal with
databases and other resources.
| Is This Answer Correct ? | 94 Yes | 16 No |
Post New Answer View All Answers
What is the meaning of “dirty read” in the database?
What happens if connection is not closed in jdbc?
Give an example of code used for setting up connection with a driver.
Explain the locking system in jdbc?
Explain the main method?
What is database deadlock ? How can we avoid them?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
How to check jdbc driver version in sql server?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
Explain the difference between resultset and rowset in jdbc
Describe odbc?
What is ODBC and JDBC? How do you connect the Database?
What are JDBC Best Practices?
How can I determine where a given table is referenced via foreign keys?