Hi, Is it possible to use VBScript to automatically configure ODBC to add User/File DSN's. Should one fire up the application like this:<br><br>Set shell = CreateObject("Wscript.Shell"
<br>shell.run "odbcad32.exe"<br><br>and then somehow Add new User/File DSN's or am I on the wrong track altogether.<br><br>Regards...