ProjectCreateConnectionStringForDatabase Method  | 
 
            Creates the connection string for the database of the driverid specified. Uses the loaded driver for producing this connection string.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic string CreateConnectionStringForDatabase(
	string driverID
)
Public Function CreateConnectionStringForDatabase ( 
	driverID As String
) As String
Parameters
- driverID
 - Type: SystemString
The driver ID. 
Return Value
Type: 
Stringthe requested connection string or an empty string if not applicable.
RemarksStarting with build 12112012, the password string is always reset to the empty string.
See Also