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


Please Help Members By Posting Answers For Below Questions

Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?

575


What is the purpose of jdbc resultset interface?

578


Why do we need jdbc api?

489


Explain creation of statement object with connection method create method with help of an example.

529


How many packages are available in jdbc api?

546






How can I instantiate and load a new CachedRowSet object from a non-JDBC source?

544


Is odbc an api?

525


What are the advantages of using preparedstatement in java?

555


Why is odbc needed?

504


What is difference between java.util.Date and java.sql.Date?

548


Which jdbc driver type s is are the jdbc odbc bridge?

482


How do I check in my code whether a maximum limit of database connections have been reached?

591


What is jdbc databasemetadata interface?

558


How can I get or redirect the log used by DriverManager and JDBC drivers?

528


How do I find whether a parameter exists in the request object?

506