Mimer SQL Data Provider
MimerConnectionStringBuilder Class Members
Properties  Methods 

Mimer.Data.Client Namespace : MimerConnectionStringBuilder Class

The following tables list the members exposed by MimerConnectionStringBuilder.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyAn option to set the level of tracing allowed on the connection.

Level none prohibits tracing of the connection.

Level safe allows tracing of library function calls and errors.

Level confidential allows tracing of all information on the connection, including SQL statements, SQL parameters, and connection strings which may contain sensitive information.

Defaults to safe if not set.

 
Public PropertyThe name of the application that the connection is associated with. Can be used to group connections by application.  
Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public PropertyThe name of the database server to connect to. You must always specify this keyword.  
Public PropertyIf set to true, the system will try to use the current Windows user to login. This type of login succeeds if there is an ident of type OS_USER with the same name as the Windows user. If keyword is not specified or set to false, User Id and Password is used to login to the database server.  
Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public PropertyOverridden. Gets or sets the value for the specified keyword.  
Public PropertyOverridden. Gets a collection of all the key in the MimerConnectionStringBuilder.  
Public PropertyThe network node the database server is located on. For protocol tcp this is the TCP/IP node name or IP address.  
Public PropertyThe password for the User ID. Ignored if Integrated Security is used.  
Public PropertyAfter successful login the password information is removed from the connection string unless this keyword is set to true.  
Public PropertyThe network protocol to use when communicating with the database server. Which protocols are supported are both platform and installation specific.

Protocol tcp, which gives both access to local and remote servers, is always supported. tcp may not be combined with the keyword Integrated security.

Protocol local is the most efficient protocol to use when communicating with a database server on the same machine or device. For the Crossfire environment this protocol is not yet supported. For the .NET Framework and Compact Framework a special library called mimcomm.dll must be accessible for the protocol to be used.

Protocol NamedPipes is currently only supported in the .NET environment. It allows secure network access and also allows IntegratedSecurity to be used over the network.

 
Public PropertyFor protocol tcp this is the port number and for protocol NamedPipes this is the name of the database server.  
Public PropertyThe database user to connect to. The User Id is not used if Integrated Security is selected. Otherwise User Id is required.  
Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
Top
Public Methods
 NameDescription
Public Method (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public MethodOverridden. Clears the contents of the MimerConnectionStringBuilder instance.  
Public MethodOverridden. Determines whether the MimerConnectionStringBuilder contains the specified key.  
Public Method (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public MethodOverridden. Remove the specified key from the MimerConnectionStringBuilder instance.  
Public MethodOverridden. Indicates whether the specified key exists in this MimerConnectionStringBuilder instance.  
Public Method (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public MethodOverridden. Return the value for a specific key from the MimerConnectionStringBuilder.  
Top
See Also

Reference

MimerConnectionStringBuilder Class
Mimer.Data.Client Namespace