answersLogoWhite

0

Populating a database generally means adding information (data) to a database, thus filling in any pregenerated information needed.

It could also mean adding the fields to a database in order to be able to fill it with information.

The final common use of that term is to connect a database to a front end application in order to use the information stored in that database.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Information Science

How do you retrieve data stored in the database into the textarea using ASP?

To retrieve data stored in a database and display it in a textarea using ASP, you can use a server-side script to query the database and fetch the data. Then, you can populate the value of the textarea with the retrieved data by echoing it within the textarea tag during the rendering of the page.


How can you retrieve data from database in drop down box?

You will need a server-side language (and, obviously, a database) to accomplish that. Here's a very simple example, using PHP and MySQL. ---- <?php // Connect to MySQL and select a database (if either one fails, stop the script) $connect = mysql_connect('username', 'password') or exit('Connection failed.'); $select = mysql_select_db('database') or exit('Database Selection failed.'); // Retrieve data from the database. $sql = "SELECT `name` FROM `fruits`"; $query = mysql_query($sql); if (!$query) { exit('The query failed.'); } // Create a drop-down box. echo "<input type='select'>"; // For each row returned, create an option element for it. while ($fruit = mysql_fetch_assoc($query)) { echo "<option>"; echo $fruit['name']; echo "</option>"; } // End the drop-down box. echo "</select>"; ?>


What is meant by importing data into a database?

Importing data into a database refers to the process of transferring data from an external source, such as a file or another database, into a database system. This allows users to store, organize, and manipulate the data within the database for various purposes, such as analysis, reporting, or application development.


What does database mean?

A database is an organized collection of data that is stored and accessed electronically. It allows for efficient retrieval, management, and manipulation of data, making it a crucial tool for storing and organizing information in various applications.


Is there a way of having online survey results automatically fed into a database on submission?

== == It is called "real time results" - When you click on "see results" and call up a chart, the application displays the results based on the last respondent. This could have been seconds ago.

Related Questions

What is the action of filling a database table with records?

Populate


What is the action of filling a database with records?

navigation pane,populate,object window,objects,common field


What does a computerized database mean?

Did you mean to say what is a computerized database?


How do you retrieve data stored in the database into the textarea using ASP?

To retrieve data stored in a database and display it in a textarea using ASP, you can use a server-side script to query the database and fetch the data. Then, you can populate the value of the textarea with the retrieved data by echoing it within the textarea tag during the rendering of the page.


What does database software mean?

database software is a network of data


What do you mean by database implicit properties?

The vital properties of a database are sometime refered as database implicit properties.


What part of speech is the word populate?

Populate is a verb.


How do species over populate and under populate?

i guess animals can over populate by people continuously breeding them and they can under populate by people hunting them over and over again for no reason


What is mean by national teachers database?

It means a database that contains information about the teachers in a country. A database is a collection of information.


What is ad hoc database?

Ad hoc means basic and database is collection of records. Ad hoc database mean data in the database at a basic level. In adhoc database there must not be complex relations in the tables.Database means collection of data or records and adhoc mean basic. So adhoc data means data in the database at a basic level.


What is a sentence with populate in it?

Once, farmers were paid to populate and farm land.


What the suffix for populate?

The suffix for "populate" is "-tion", which forms the noun "population".