Home Search

DriveWorks Pro 21
SppGetGroupTablesFromGroup

Send Feedback

SppGetGroupTablesFromGroup

This Function returns an array of all Group Tables available in a specified Group. This can be used with Shared and Individual Groups.

Syntax

SppGetGroupTablesFromGroup( Connect, Group Connection String, Group Username, Group Password )

Where:

Connect determines whether to connect to the Group or not

Provider=RemoteGroupProvider;Server=YourServerName;Name=YourGroupName

Group Username is the username used to log into the Group

Group Password is the password used to log into the Group

The Group Connection String syntax changes depending on whether it's an individual or shared Group.

Syntax for Individual Groups

RuleResult
SppGetGroupTablesFromGroup(TRUE,"Provider=LocalGroupProvider;Path=C;\Directory\ExampleGroup.drivegroup","Username","Password") "ID","Name","6f503e62-fa90-4b58-8231-36c3cdd3ad02","DWGroupTable1","bab46e83-b1ac-4a71-9dde-7460bcd18f7a","DWGroupTable2"

Syntax for Shared Groups

RuleResult
SppGetGroupTablesFromGroup(TRUE,"Provider=RemoteGroupProvider;Server=ServerName;Name=SharedGroupName ","Username","Password") "ID","Name","6f503e62-fa90-4b58-8231-36c3cdd3ad02","DWGroupTable1","bab46e83-b1ac-4a71-9dde-7460bcd18f7a","DWGroupTable2"