what is data source
Answers
Answered by
0
DataSource is a name given to the connection set up to a database from a server. The name is commonly used when creating a query to the database. The data source name need not be the same as the filename for the database.
i hope you understand....
Answered by
0
Answer:
A data source is simply the source of the data. It can be a file, a particular database on a DBMS, or even a live data feed. The data might be located on the same computer as the program, or on another computer somewhere on a network.
thanks for My answer please
Similar questions