answersLogoWhite

0

Connection Database can be established using language such as Java. For that you need to create an object of Connection type.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

How do you change HTML attribute using HTML dom?

You can change HTML attributes easily. Using Dom that can be done using JavaScript.


How do you disabe radio buttons on clicking a button using javascript and HTML?

radioButton.disabled=true; to disable with javascript <input type="radio" disabled> to disable it with html radioButton.disabled=false; to enable with javascript


What languages can a browser understand?

HTML, CSS, & JavaScript.


Can you make a digital clock that automatically updates using HTML or javascript and How?

== ==


Can you create a database with only a form?

Yes , you can create a database using a form . But you have to do two things First make a form in html or jsp whatever you like. Then Connect the form to database using java database connectivity.Yes, we can create database with a form. First create a form using html or jsp then we can connect it to database using JDBC.


Is JavaScript programs compiled into intermediate form and linked to a HTML document?

JavaScript isn't compiled. It's an interpreted language, which means that it's translated into 'computer language' line by line when needed. You can link JavaScript to a HTML document by using the src attribute of the script tag. If you name your external javascript 'test.js', you can inject it into your HTML page by using <script type="text/javascript" src="test.js"></script>.


How do you create a form in database?

To create an online form and database, you could learn PHP, MYSQL, HTML and Javascript or alternatively try something like www.recs4free.com. This will do most of the work for you.


Why you use javascript with HTML?

JavaScript is a script which makes HTML more interactive and adds more functionality to HTML.


What does a JavaScript certificate document?

A JavaScript certificate document is a document that proves you have all knowledge needed to master web development by using the Javascript and also HTML/DOM.


Does HTML code work in java script?

Yes it does. That is how client side validation of html control is possible using javascript


How do you view info frm database to an HTML page?

You need to establish a connection from the DB to HTML. For that you need the specific Jar of that DB.


How to make a Show Hide HTML?

You cannot make an html for show hide, one can simply use javascript to create the show hide code that you are looking for. Depending on what you want, the code is fairly simple using a javascript html code resources.