Quote Originally Posted by ganeshmoorthy View Post
this will create a DSN
VB Code:
  1. 'Creating the DSN
  2.     StrAttribs = "Description="ODBC Driver Description" & Chr$(13) & "DBQ=" & DBName
  3.     rdoEngine.rdoRegisterDataSource "YourODBCName", "Microsoft Access Driver (*.Mdb)", True, StrAttribs
instead... i need to change the password in existing DSN, possible via code?
Tks