Try OpenEdge Now
skip to main content
Online Help
Introducing OpenEdge Business Rules : Reference : OpenEdge Business Rules API reference : Class Properties and Methods reference : GetConnectionString() method
 
GetConnectionString() method
Return type: CHARACTER
Access: PUBLIC
Applies to: OpenEdge.BusinessRules.DecisionService class; OpenEdge.Core.ServerConnection.IconnectionParameters interface
The following version of the method overrides and returns the connection string from the DecisionServiceConnectionParameters property:
GetConnectionString()
The following version of the method overrides and returns the connection string from the DecisionServiceConnectionParameters property. If the ConnectionParameters object has a custom format mask, an AppError is returned.
GetConnectionString(INPUT pcFormatMask AS CHARACTER)
The following version of the method overrides and returns the connection string from the DecisionServiceConnectionParameters property. If the ConnectionParameters object has a custom format mask, an AppError is returned.
GetConnectionString(INPUT poFormatMask AS FormatMaskEnum)