answersLogoWhite

0

What is connection in database?

Updated: 10/3/2023
User Avatar

Wiki User

12y ago

Best Answer

Connection is the process of linking your website or web application to the mysql database. So it cannot be a data within the database. The login & password or Signup details can be part of the database but not the connection.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is connection in database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Java code for tax deduction in database connection?

Java code for tax deduction in database connection?


How do you connection database in HTML using javascript?

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


What is full form of ADODC?

Activex data object Database connection Activex data object Database connection


Does database management needs internet connection?

No, if you run a database on localhost, and you are the only one to edit it from your local pc... but if you want others to read/write to the database you will need an internet connection.


How do you search from database using ASP?

There are thee basic steps: Obtain the connection string and open the connection to the database Prepare your query and execute it, retrieving the result into a dataset Close the connection


What is a connection within the data in a database?

relationship


What is connection pooling used in?

In software engineering, a connection pool is a cache of database connections maintained so that the connections can be reused when future requests to the database are required.


What is a data base connection?

When we create a website or a project in programming language we need to use a database for storing the data . A database connection used to establish a connection between the server and the client. For this jdbc jar is added in the project in case of java .


What is an odbc connection?

ODBC stands for Open Data Base Connectivity. It is a connection that is created to define a connection between a computer and a database stored on another system. The ODBC connection contains information needed to allow a computer user to access the information stored in a database that is not local to that computer. You need to define the type of the database application - like Microsoft SQL or Oracle or FoxPro or mySQL. Once you have defined the type of database you need to select or supply the appropriate driver for a connection (Windows already contains many of these) and then supply the name of the database file and the credentials needed to access the database.Once the ODBC connection is created, you can tell specific programs to use that ODBC connection to access information in that database.


How do you close a MySQL database connection using PHP?

To close your MySQL database connection you need to use the mysql_close() function. Please see the example below: <?php mysql_close(); ?> If your connection data is stored in a variable you would close the connection like this instead: <?php mysql_close($db_conn); ?> That's useful for if you're using more than one database connection in a PHP script.


What are the steps for getting a jdbc connection?

-Loading the Driver -Establish a Connection -Execute Statements -Get Resultset -Close the database connection


What is url connection in java?

Connection interface consists of method for contacting a database . The connection object represents communication context.