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
How do I set properties for a JDBC driver and where are the properties stored?
What is setautocommit in jdbc?
How do we load the drivers?
What is Apache DBCP API?
How to check jdbc driver version in sql server?
What does the jdbc resultsetmetadata interface?
What are collection pools?
Is jdbc an api?
How to insert an image or raw data into database?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What is an escape syntax?
What is jdbc odbc connection?
What is resultsetmetadata?
What is createstatement method in java?
What is the JDBC?