Difference between revisions of "Documentation/DevGuide/Database/Adding a Group"
From Apache OpenOffice Wiki
< Documentation | DevGuide
m (1 revision(s)) |
OOoWikiBot (talk | contribs) m (Robot: Changing Category:Database Access) |
||
| Line 15: | Line 15: | ||
{{PDL1}} | {{PDL1}} | ||
| − | [[Category: Database Access]] | + | |
| + | [[Category:Documentation/Developers Guide/Database Access]] | ||
Revision as of 11:39, 4 June 2008
Creating a com.sun.star.sdbcx.GroupDescriptor object is the same as the methods described above. Follow the same steps:
- Set a name for the group in the
Nameproperty. - Append all the users to the user container of the group.
- Append the
GroupDescriptorobject to the group container of the catalog.
| Content on this page is licensed under the Public Documentation License (PDL). |