Can we make a database connection from HTML ?
Answer Posted / vikas
No, from HTML we cannot make database connection.we can make
database connection using languges like PHP,JSP using HTML
Page as front end.
| Is This Answer Correct ? | 52 Yes | 14 No |
Post New Answer View All Answers
What is the JDBC?
What is the purpose of the jdbc resultset interface?
Where is ojdbc14 jar located?
Explain in detail about JDBC and its general features?
Differentiate between stored procedure and functions?
How many types of resultset are there in jdbc?
What are the advantages of using preparedstatement in java?
Is jdbctemplate thread safe?
Why should we close database connections in java?
What is the query used to display all tables names in SQL Server (Query analyzer)?
What are the basic exceptions in jdbc?
List some new features available in jdbc 4.0?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What are the differences between stored procedure and functions?
How can we move the cursor in a scrollable result set?