fcSDK Documentation
GetObjID Method (ClarifyApplication)

The name of the table whose next objid to retreive.
Gets the next objid for the given table
Syntax
'Declaration
 
Public Function GetObjID( _
   ByVal tableName As String _
) As Integer
public int GetObjID( 
   string tableName
)

Parameters

tableName
The name of the table whose next objid to retreive.

Return Value

The next objid for this table.
Exceptions
ExceptionDescription
ClarifyExceptionThe table with the specified name could not be found or it is a view.
Remarks

If caching of objids is enabled, the next objid will be retrieved from the local cache. If caching is disabled, a database query will be executed to retrieve the next id.

To configure caching, set the OBJID_CACHE_SIZE config item to the quantity of objid values to be reserved at a time, and then restart the application.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Reference

ClarifyApplication Class
ClarifyApplication Members

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.