Can we make a database connection from HTML ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Is jdbc object oriented?
What is db client?
Explain the locking system in jdbc & its types?
What is Type-3 Driver and when this driver is used?
How the information about db(database) can be retrieved?
What is jdbc and its advantages?
what exactly happens when we execute "Class.forname("Driver class name");"?Explain indetail
10 Answers Accenture, HP, IBM, Infosys, SAP Labs, SAS, Sasken, Trigent, Wipro,
What is the difference between Minus, and Intersect?
What does connection pooling mean ?
How does a file store compare with a jdbc store?
What is ojdbc?
How do I know which jdbc driver to use?