I am using the script below.
The problem is it only works up to 1000 rows?
I have around 3000 which it needs to change, how can this be done?
<job>
<script language='VBScript'>
Const c...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_22520876.html
Zones:
Visual BasicDate Answered: 06/06/2007 Grade: A Views: 0
Hi,
I need to get the groups of an object.
I'm using the Java SDK.
Currently I use this query :
"Select TOP 1* From CI_SYSTEMOBJECTS WHERE SI_ID=" + objectId
then on the result of th...
http://www.experts-exchange.com/Database/Reporting_/Business_Objects/Q_22785495.html
Hi,
I am trying to retrieve the list of the groups of all the users.
This code below displays me the list of the users, but the groups are empty.
However, when I am in the BusinessObejcts Ente...
http://www.experts-exchange.com/Database/Reporting_/Q_22759076.html