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 are the advantages of using preparedstatement over statement?
What is odbc. how is it related to sql cli?
How will you perform truncation using JDBC?
How many categories of jdbc drivers are there?
Discuss the significances of jdbc.
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
How do I find jdbc version?
Can I use JDBC to execute non-standard features that my DBMS provides?
Give an example for execution of sql statement.
How to update a resultset programmatically?
How to connect multiple database in jdbc?
How can you make the connection using jdbc?
What are jdbc and its components?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What is a connection string used for?