answersLogoWhite

0

It depends on what database are you using. There are some ways in PHP but the most common of them are PHP native database driver and PDO. PHP native database driver is a collection of functions to communicate with a particular DBMS, they usually have the DBMS name prefixed in the function name. For example, driver functions for MySQL have mysql_* prefix.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you validate and retrieve data from database?

How do you validate and retrieve data from database?" How do you validate and retrieve data from database?"


How do retrieve data from database in c?

nbbmnbmn


What database objects allows you to search for and retrieve data?

SQL queries allow you to search for and retrieve data from a database. By writing SELECT statements with specific criteria, you can search for information in tables and retrieve the results based on your query.


What do you use to find a particular record or group of records in a database?

To find a particular record or group of records in a database, you can use a query language like SQL. By writing a query with specific conditions, such as matching values in certain fields, you can retrieve the desired information from the database.


How do you retrieve data from an SQL database based on the values selected from combo box using jsp?

Try to repair sql database owing to utility below. Software is able to restore sql databases any version of MS SQL Server.


What software allows the user to enter retrieve and update data in an organized and efficient manner?

Any application that lets you save and retrieve a file. My best guess is that you are looking for database as an answer.


Examples of database Query?

The database we use is based on structured query language . To add or retrieve data from the database we use SQL . SQL is the structured query language that provides the syntax to add, modify, update or retrieve data from the database.


What allows you to store retrieve analyze and print information stored in a database?

A database management system (DBMS) is used to store, retrieve, analyze, and print information stored in a database. It provides functionalities to efficiently manage data, ensure data integrity, and support various operations such as querying and reporting on the data stored in the database.


How would you limit your database search to retrieve citations on a specific topic?

pubilsher


Analysis of large database to retrieve the information is called what?

OLDP


What is a request for data from a database is called?

A request for data from a database is called a query. It is a command that is used to retrieve specific information from the database based on certain criteria.


How can I use Oracletoaccess to retrieve data from the database efficiently?

To efficiently retrieve data from a database using Oracle, you can optimize your queries by using indexes, limiting the columns selected, and avoiding unnecessary joins. Additionally, consider using bind variables and tuning the database performance settings for better efficiency.