Syntax:
Result.s = AddDSN(databasename.s [, user.s, pass.s][, driver.s [, attributes]]])
Parameters:
databasename
=
The db name of the new database.
user
the username to login to the database.
pass
the password to login to the database.
driver
the db driver.
attributes
the db attributes.
Return Values:
The user data source name.
Description:
Example:
Supported OS: Windows