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
What is CLOB and BLOB datatypes in JDBC?
What is the major difference between java.util.date and java.sql.date data type?
What is an encrypted internet connection?
How many ways can you update a result set?
What is executequery in java?
What is jdbc in java?
What is jdbc type?
How do we load the drivers?
Is jdbc part of j2ee?
What are the measures to connect to the db using jdbc?
What is the advantage of namedparameterjdbctemplate?
How can I get information about foreign keys used in a table?
What is the difference between execute, executeQuery, executeUpdate?
Why we use while rs next ())?
What is jdbc connection string?