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 correlated subquery?
What is the meaning of “dirty read” in the database?
What is JDBC Statement?
What is 2 phase commit?
What is url in jdbc connection?
How can I get or redirect the log used by DriverManager and JDBC drivers?
Explain the difference between rowset vs. Resultset in jdbc?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
Jdbc-odbc bridge is multi-threaded or not?
Give an example of code used for setting up connection with a driver.
Explain about column name and getter method?
What is namedparameterjdbctemplate?
How do I find ojdbc jar version?
What is the use of statement in jdbc?
What is hbm xml?