Question:

What are connection parameters?

by  |  earlier

0 LIKES UnLike

please would some one tell me what the connection parameters are many thanks

 Tags:

   Report

3 ANSWERS


  1. It really depends on what you're connecting to, but I think of it in terms of a database connection where the parameters are:

    Server:

    Port:

    Database:

    username:

    password:


  2. Connection parameters are the name/value pairs of a connection string, used to connect to a database.  Each database server model has its own list of parameters, although they all include one for specifying which database to connect to, username, and password.

  3. if i understand you correctly, it is the parameters for a database connections.  For example, in order to connect to a database in a program you need to pass the parameters: database location, database name, user name and password.

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.