Saved Bookmarks
| 1. |
Differentiate between DSN and DSN-less connection. |
|
Answer» DSN less connection uses a connection string that contains information about the provider,driver,data source name and path etc and is set by the developer whereas DSN (data source name connection) is the ASCII file which defines various parameters for ODBC driver e.g location and name of the data source and is configured by the administrator of the server. |
|