I'm trying to give the user easy access so they don't have to write queries
like you said i fill DataTable
Maybe I'm doing something wrong?
JMP.DataTable dt = null;
JMP.AUTODB db = rndJMP.NewDatabaseObject();
db.Connect(connactionString);
dt = db.ExecuteSQLSelect(Query);
missing a command that would allow editing later in JMP?