Used to specify the connection information, such as: UserName, Password, Server, etc.
property ConnectString: string stored False;
UniDAC recognizes an ODBC-like syntax in provider string property values. Within the string, elements are delimited by using a semicolon. Each element consists of a keyword, an equal sign character, and the value passed on initialization. For example:
Server=London1;User ID=nancyd