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 secure?
What is @entity in java?
List some new features available in jdbc 4.0?
How MS-Access DB can be accessed over a network, using JDBC API?
what are the Different types of exceptions in JDBC?
Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.
What is sqlwarning and discuss the procedure of retrieving warnings?
how can we connect to db without using getConnection() method
Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.
Explain the two tier and three tier architecture of jdbc.
How do I load a database driver with JDBC 4.0 / Java 6?
HI ALL, How to Overcome "OutOfMemoryException"? when I am compiling source having more than 1000 LOC throwing this exception. Can any one give correct answer to my question? thx