Returns or associates additional connection information to a DBConnection variable.
&DataType.ConnectionData
Type Returned:
Character
The contents of this property concatenate to the connection string generated by GeneXus from the remaining properties. It is normally used to specify additional parameters for the connection, such as the database.
&MyConnection
.ConnectionData = "DATABASE="
+ &DBName + ';SERVER='+&ServerName
Extended Data Types: DBConnection
Objects: Procedures
Languages: .NET, Java
DBConnection