connect to SQL databse programmatically
Hi,I am trying to connect to an SQL database in a script using theOpen Database command.Now, when I work interactively, I create a "Machine Data Source" fromthe database conect widget. When I connect, a window opens up askingfor username and password. When I insert them, I can succesfully connectto the database and import tables into JMP.So I would like to try the same from a script. Unfortunately...