Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Difference between taking data source (or) server in the connection string of ado.net
Posted

It depends on the data provider, how the different key words are used.
'Server' and 'Data Source' usually means the same thing, but a specific data provider only uses one of them.
You can read up on connection strings here
The Connection Strings Reference[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900