Can we make a database connection from HTML ?
Answer Posted / pritam chatterjee
No,as using HTML we design the front-end of the web page or
client side.To access database we have to use server side
scripting like PHP using MySQL,ASP with SQL,JSP with ACCESS etc.
| Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
How can I manage special characters when I execute an insert query?
What is connection data?
What is a jdbc connection string?
What is jdbc architecture?
What are the standard isolation levels defined by JDBC?
What is jdbc class forname?
What protocol does jdbc use?
Why is jdbc needed?
What is jdbc and jdbc drivers?
Why do we need jdbc api?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
What is @entity in java?
Does JDBC support stored procedures?
Why do we need a jdbcrowset like wrapper around resultset?
What is the difference between executing, executequery, executeupdate in jdbc?