Mimer SQL Data Provider
MimerConnectionStringBuilder Class Properties

Mimer.Data.Client Namespace : MimerConnectionStringBuilder Class

For a list of all members of this type, see MimerConnectionStringBuilder members.

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
See Also

Reference

MimerConnectionStringBuilder Class
Mimer.Data.Client Namespace