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

Is odbc an api?

0 Answers  


Which Java and java.sql data types map to my specific database types?

0 Answers  


If I use the JDBC API, do I have to use ODBC underneath?

0 Answers  


What is hbm xml?

0 Answers  


Why do I have to reaccess the database for Array, Blob, and Clob data?

0 Answers  






What is the JDBC?

0 Answers  


What are the jdbc api components?

0 Answers  


what are the advantages of JDBC?

7 Answers  


is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)

2 Answers   IonIdea,


What is executequery in java?

0 Answers  


Describe odbc?

0 Answers  


What are static and dynamic queries?

1 Answers  


Categories