DsnInfo.cncString
string cncString() @property nothrowGet cncString field.
Returns
the connection string, a semi-colon separated <key>=<value> list where <key> and <value> are RFC 1738 encoded
void cncString(string propval) @property nothrowSet cncString field.
Parameters
propval | the connection string, a semi-colon separated <key>=<value> list where <key> and <value> are RFC 1738 encoded |