answersLogoWhite

0

test web

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you design forms in object oriented database?

A database is about storing data, not about creating forms. You would create the forms in some programming language - NOT something directly related to the database server - than have your forms, or rather your program in general, connect to the database.


What courses are offered for MCITP training?

There are a number of courses available for MCITP training , but a few examples would be database developer, database administrator, and consumer support technician.


How will HTML 5 provide enhanced support for multimedia?

HTML5 has provided enhanced support for multimedia by making it possible to add audio and video files to your HTML web page without needing browser plugins or external programs. Prior to HTML5, if you wanted an audio or video file on your web page, for it to play, the end user would have to install the related plugin or program to allow the file to play. With HTML5, you use the new HTML elements <audio> and <video> and the browser will play the audio or video without the need for a plugin or external program. HTML5 also added the <canvas> element (which allows for dynamic, scriptable rendering of 2D shapes and bitmap images) and the integration of scalable vector graphics.


Why would you use database?

why would you use database?


What if your Xbox 360 wont connect to your friend even though you both have a great connection and can connect to others?

That would be really odd but you would probably contact xbox support if you had that problem


Why would you use a database?

you would use a database? You would use it to store data


Enter on the database or in the database?

We would use in rather than on. Data is stored in a database, not on a database. Data is entered into a database not onto a database.


Can Farmtown on Facebook run on HTML5?

It would certainly be possible but the company responsible for Farmtown, Slashkey, would have to re code it from the ground up.


Why would McDonald's use database?

McDonald's use database for...


How do you connect to Postgresql in Linux?

Postgresql is a database server. It can run on any machine, not just linux. A variety of applications need databases, some of them connect to Postgresql. An application connects to the database in the same way, reguardless of which system you are running. You could be running Windows, OSX, Linux, BSD, Solaris, etc... it doesn't matter. To answer your question, you connect to the database using whatever programming language you are using. The connection will be the same reguardless of what operating system you are running, but will be different depending on what language you are writing your application in. For example, if you wanted to connect to a Postgresql database in python, you would do something like this: import pg con1 = pg.connect('testdb', 'myhost', 5432, None, None, 'bob', None)


Why would you sort a database?

You would sort a database to make it easier for a computer to recall information.


What is a field in a database that contains formulas or functions in Excel?

In a database a field with a formula is called a calculated field. A calculated field should actually be in a table, as it can be calculated from data in other fields in the table, so it normally only appears in queries, reports and forms. In a spreadsheet it would just be a calculation.