InterviewSolution
Saved Bookmarks
| 1. |
What is a data source |
|
Answer» Explanation: 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. For example, a database file named friends.mdb could be set up with a DSN of school. |
|