Trending Bases de données Discussions

Follow

Ask the Community


Ask any professional question and get answers from other specialists.

Stream language
Default profile image
Question added by Deleted user
9 years ago
Answers:
7
Followers:
Views:
268
Vote Count:
2
Answer should contain a minimum of 25 characters.
Default profile image
Question added by Deleted user
9 years ago
Answers:
1
Followers:
Views:
169
Vote Count:
2
Answer should contain a minimum of 25 characters.
Deva Gnanam Jayaseelan's image  
Answer added by  Deva Gnanam Jayaseelan, Lead SSE, MS
9 years ago

When your application connects to a database(db) or a data file you let your provider (ADO/ADO.Net) utilize to do the job for you. This connection string contains the inf ... See More

Deva Gnanam Jayaseelan's image  
Answer added by  Deva Gnanam Jayaseelan, Lead SSE, MS
9 years ago

When you say "conception" that's only one step up from "idea" and a concept can be very fuzzy. Business usually cares about concepts. Customers u ... See More

Muhammad Majid Saleem's image  
Answer added by  Muhammad Majid Saleem, Senior PHP Developer / Project Manager, SwaamTech
9 years ago

  Below example is using PHP:   $link = mysql_connect('localhost', 'mysql_user', 'mysql_password');if (!$link) {    die('Could not conn ... See More

Abdul Khader Shaik's image  
Answer added by  Abdul Khader Shaik, Cyber Crime Lawyer, Grofers
9 years ago

A connection string is a string that specifies information about a data source and the means of connecting to it. It is passed in code to an underlying driver or provider ... See More

Junaid Saleem's image  
Answer added by  Junaid Saleem, System Analyst, Knight Group
9 years ago

Connection String is simply a string that use to connect any type of Database to perform operaation on it. In any Language. For Example:  Data Source=myServerAddress;Init ... See More

Muktar SayedSaleh's image  
Answer added by  Muktar SayedSaleh, Software Engineering Manager, AIRASIA
9 years ago

it is a string with special format contains credentials and other necessary information to create a connection with some resource.it is usually used with databases connec ... See More

Umair Aslam's image  
Answer added by  Umair Aslam, Senior Software Engineer, Ithaka
9 years ago

Connection string is the sequence of characters that are used to connect to a database for example jdbc connection string for mysql database would look like 'jdbc:my ... See More

Samir Alkhatib's image  
Answer added by  Samir Alkhatib, IT Support Engineer, Vianeos
9 years ago

Connection string  is a user credentials to accress some sort of data (Database, website private pages...etc), it's called connection string because mostly it's ... See More