Can we make a database connection from HTML ?

Answers were Sorted based on User's Feedback



Can we make a database connection from HTML ?..

Answer / 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

Can we make a database connection from HTML ?..

Answer / 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

Can we make a database connection from HTML ?..

Answer / kalaiselvi

no

Is This Answer Correct ?    21 Yes 5 No

Can we make a database connection from HTML ?..

Answer / ganga

no we cant make database connection with HTML.
But we can transfer data by using XML

Is This Answer Correct ?    21 Yes 6 No

Can we make a database connection from HTML ?..

Answer / 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

Can we make a database connection from HTML ?..

Answer / bama

yes

Is This Answer Correct ?    15 Yes 14 No

Post New Answer

More JDBC Interview Questions

Explain the necessary steps to connect to the database in java?

0 Answers  


What is the difference between client and server database cursors?

0 Answers  


What is PreparedStatement?

6 Answers   Infogain, Wipro,


What is jdbc and its types?

0 Answers  


which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.

2 Answers   TCS,






How to set NULL values in JDBC PreparedStatement?

0 Answers  


What is the difference between executing, executequery, executeupdate in jdbc?

0 Answers  


How can I determine where a given table is referenced via foreign keys?

0 Answers  


What are the sailent features of JDBC 2.0?

7 Answers  


wa is connection pooling? how do u create connection pooling?wat is use connection pooling?

1 Answers   Covansys,


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

0 Answers  


What are the new features added to JDBC 4.0?

0 Answers  


Categories