Can we make a database connection from HTML ?
Answer Posted / 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 |
Post New Answer View All Answers
Explain how data flows from view to db and reverse
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is the meaning of connection?
Name different methods for getting streams.
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What is getconnection method in java?
Which is faster jdbc or odbc?
Define preparedstatement.
Explain about multiple implementations and drive manager?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
What do you understand by DDL and DML statements?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
How do you insert images into database using jdbc?
Is jdbc database independent?
What are the common jdbc exceptions?