M
Matt Baker
Guest
Anything in DataAdminService is publicly available and can be used. Example: using OpenEdge.DataAdmin.DataAdminService from propath. using OpenEdge.DataAdmin.IUser from propath. using OpenEdge.DataAdmin.User from propath. define variable das as DataAdminService no-undo. define variable usr as User no-undo. das = new DataAdminService("sports3000"). usr = new OpenEdge.DataAdmin.User("testuser2"). usr
assword = "testpassword". das:CreateUser(usr).
Continue reading...
Continue reading...